Browse code

add proto for cli_initengine

git-svn: trunk@4107

aCaB authored on 2008/08/12 20:26:18
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Aug 12 13:16:00 CEST 2008 (acab)
2
+------------------------------------
3
+  * clamscan/manager.c: add missing proto
4
+
1 5
 Tue Aug 12 00:08:05 CEST 2008 (acab)
2 6
 ------------------------------------
3 7
   * m4/resolv.m4: fix logic in -lresolv checks
... ...
@@ -59,6 +59,7 @@
59 59
 #include "libclamav/others.h"
60 60
 #include "libclamav/matcher-ac.h"
61 61
 #include "libclamav/str.h"
62
+#include "libclamav/readdb.h"
62 63
 
63 64
 #ifdef C_LINUX
64 65
 dev_t procdev;