From a35bb072d0847f2afd30dcfd519d42bd799c32b4 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 17 Mar 1998 03:31:09 +0000 Subject: [PATCH] remove snmplib_debug_hook prototype -- it doesnt need to be global --- include/snmp_debug.h | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.3