]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove snmplib_debug_hook prototype -- it doesnt need to be global
authorwessels <>
Tue, 17 Mar 1998 03:31:09 +0000 (03:31 +0000)
committerwessels <>
Tue, 17 Mar 1998 03:31:09 +0000 (03:31 +0000)
include/snmp_debug.h

index 9211ca71d4d15b7f353a9deefbccf8c46806f441..70915e196eab8321979021bc59514c1f75c8d94e 100644 (file)
@@ -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