On Tue, 27 May 2008 02:48:21 -0500
René Berber <[EMAIL PROTECTED]> wrote:
> Doesn't compile cleanly:
>
> pdf.c:846: error: conflicting types for 'cli_pdf'
> pdf.h:25: error: previous declaration of 'cli_pdf' was here
>
> Very obvious discrepancy:
>
> pdf.h:25:
> int cli_pdf(const char *dir, int
Doesn't compile cleanly:
pdf.c:846: error: conflicting types for 'cli_pdf'
pdf.h:25: error: previous declaration of 'cli_pdf' was here
Very obvious discrepancy:
pdf.h:25:
int cli_pdf(const char *dir, int desc, cli_ctx *ctx, off_t offset);
pdf.c:846:
int
cli_pdf(const char *dir, int desc, cli_ct