improve handling of PDF, CAB, RTF, OLE2 and HTML files (sync with branch/0.93)

git-svn: trunk@3862
This commit is contained in:
Tomasz Kojm 2008-05-27 16:30:47 +00:00
parent cb4e478c1a
commit 72ce4b70eb
34 changed files with 917 additions and 672 deletions

View file

@ -20,6 +20,7 @@
#ifndef __VBA_H
#define __VBA_H
int sigtool_vba_scandir(const char *dirname, int hex_output);
#include "libclamav/hashtab.h"
int sigtool_vba_scandir(const char *dirname, int hex_output, struct uniq *U);
#endif