2005-11-25 [paul] 1.9.100cvs35
authorPaul Mangan <paul@claws-mail.org>
Fri, 25 Nov 2005 10:04:29 +0000 (10:04 +0000)
committerPaul Mangan <paul@claws-mail.org>
Fri, 25 Nov 2005 10:04:29 +0000 (10:04 +0000)
* src/plugins/clamav/clamav_plugin.c
complete the update done in cvs34

ChangeLog
PATCHSETS
configure.ac
src/plugins/clamav/clamav_plugin.c

index c1462887a4040dfd53e9d1e6cddbc0fc001fa1fa..7dcd27abc50f6442013cd9ee8d96b8a74c84c469 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-25 [paul]      1.9.100cvs35
+
+       * src/plugins/clamav/clamav_plugin.c
+               complete the update done in cvs34
+
 2005-11-25 [paul]      1.9.100cvs34
 
        * src/plugins/clamav/clamav_plugin.c
index 881f7a6093a5e5fb204825e4459cc167c59f1548..b2374a524effdd8390951502a2680a3c37030dd4 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.382.2.196 -r 1.382.2.197 src/compose.c;  ) > 1.9.100cvs32.patchset
 ( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/ack.xml;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/plugins.xml;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/sylpheed-claws-manual.xml;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 tools/acroread2sylpheed.pl;  ) > 1.9.100cvs33.patchset
 ( cvs diff -u -r 1.13.2.13 -r 1.13.2.14 src/plugins/clamav/clamav_plugin.c;  ) > 1.9.100cvs34.patchset
+( cvs diff -u -r 1.13.2.14 -r 1.13.2.15 src/plugins/clamav/clamav_plugin.c;  ) > 1.9.100cvs35.patchset
index 6b3428c1e4d18cec5a701c66b9fbd25e225feee0..a749655022a1862ce6bda0d243db63deaf170d7d 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=100
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=34
+EXTRA_VERSION=35
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index d71515674f7e89d6bea9849b26e821501facdc2c..d1d38943c3be9c93d544a4b728f1a6afe0c6df70 100644 (file)
@@ -185,8 +185,8 @@ void clamav_set_message_callback(MessageCallback callback)
        message_callback = callback;
 }
 
-void cl_buildtrie(struct cl_node *root);
-void cl_freetrie(struct cl_node *root);
+int cl_build(struct cl_node *root);
+void cl_free(struct cl_node *root);
 gint plugin_init(gchar **error)
 {
        gchar *rcpath;