Re: [Clamav-users] announcing ClamAV 0.93.1rc1

2008-05-27 Thread Tomasz Kojm
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

Re: [Clamav-users] announcing ClamAV 0.93.1rc1

2008-05-27 Thread René Berber
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