From: Paul Mangan Date: Fri, 25 Nov 2005 10:04:29 +0000 (+0000) Subject: 2005-11-25 [paul] 1.9.100cvs35 X-Git-Tag: rel_2_0_0~186 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=1a234ffb6af575c33299d6f53398b02d4d012a11 2005-11-25 [paul] 1.9.100cvs35 * src/plugins/clamav/clamav_plugin.c complete the update done in cvs34 --- diff --git a/ChangeLog b/ChangeLog index c1462887a..7dcd27abc 100644 --- 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 diff --git a/PATCHSETS b/PATCHSETS index 881f7a609..b2374a524 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1018,3 +1018,4 @@ ( 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 diff --git a/configure.ac b/configure.ac index 6b3428c1e..a74965502 100644 --- a/configure.ac +++ b/configure.ac @@ -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= diff --git a/src/plugins/clamav/clamav_plugin.c b/src/plugins/clamav/clamav_plugin.c index d71515674..d1d38943c 100644 --- a/src/plugins/clamav/clamav_plugin.c +++ b/src/plugins/clamav/clamav_plugin.c @@ -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;