From: wessels <> Date: Tue, 17 Mar 1998 03:31:09 +0000 (+0000) Subject: remove snmplib_debug_hook prototype -- it doesnt need to be global X-Git-Tag: SQUID_3_0_PRE1~3833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35bb072d0847f2afd30dcfd519d42bd799c32b4;p=thirdparty%2Fsquid.git remove snmplib_debug_hook prototype -- it doesnt need to be global --- diff --git a/include/snmp_debug.h b/include/snmp_debug.h index 9211ca71d4..70915e196e 100644 --- a/include/snmp_debug.h +++ b/include/snmp_debug.h @@ -1,15 +1,10 @@ #ifndef SNMP_DEBUG_H #define SNMP_DEBUG_H -#ifndef SQUID_H #ifdef __STDC__ extern void snmplib_debug(int,char *,...); -extern void (*snmplib_debug_hook) (int,char *,...); #else extern void snmplib_debug(va_alist); -extern void (*snmplib_debug_hook) (va_alist); -#endif - #endif #endif