[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:06:14 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 4bcd07ffe0fe0d19fe338e9b2256c5a4a7be6a02
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Sep 30 11:56:46 2009 +0300

    global descs.

diff --git a/libclamav/type_desc.h b/libclamav/type_desc.h
index 1f105f5..820dde6 100644
--- a/libclamav/type_desc.h
+++ b/libclamav/type_desc.h
@@ -50,11 +50,20 @@ struct cli_apicall {
     uint8_t kind;
 };
 
+struct cli_apiglobal {
+    const char *name;
+    enum bc_global globalid;
+    uint16_t type;
+};
+
 extern const struct cli_bc_type cli_apicall_types[];
 extern const unsigned cli_apicall_maxtypes;
 
+extern const struct cli_apiglobal cli_globals[];
+
 extern const struct cli_apicall cli_apicalls[];
 extern const cli_apicall_int2 cli_apicalls0[];
 extern const cli_apicall_pointer cli_apicalls1[];
 extern const unsigned cli_apicall_maxapi;
+extern const unsigned cli_apicall_maxglobal;
 #endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list