From: wessels <> Date: Tue, 17 Mar 1998 03:32:15 +0000 (+0000) Subject: localize snmplib_debug_hook X-Git-Tag: SQUID_3_0_PRE1~3831 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484b22d670b1cc243b183bdb9f507658d22d8aca;p=thirdparty%2Fsquid.git localize snmplib_debug_hook --- diff --git a/snmplib/snmplib_debug.c b/snmplib/snmplib_debug.c index dd70bbbcef..a300070022 100644 --- a/snmplib/snmplib_debug.c +++ b/snmplib/snmplib_debug.c @@ -8,7 +8,11 @@ #include #endif -#include "snmp_debug.h" +#ifdef __STDC__ +void (*snmplib_debug_hook) (int,char *,...) = NULL; +#else +void (*snmplib_debug_hook) (va_alist) = NULL; +#endif extern void #ifdef __STDC__