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_ctx *ctx)

-- 
René Berber

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to