]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make snmplib_debug's prototype match that used in snmplib_debug.c
authorrobertc <>
Mon, 16 Sep 2002 03:12:11 +0000 (03:12 +0000)
committerrobertc <>
Mon, 16 Sep 2002 03:12:11 +0000 (03:12 +0000)
include/snmp_debug.h

index 4e8d683dc4b4d13f013a24a28513e0a5967b9d68..e3f8cc1fd5c9dd98b288e7f23ce2090cbcb23fbe 100644 (file)
@@ -1,11 +1,16 @@
 /*
- * $Id: snmp_debug.h,v 1.10 2001/11/13 21:27:47 hno Exp $
+ * $Id: snmp_debug.h,v 1.11 2002/09/15 21:12:11 robertc Exp $
  */
 
 #ifndef SQUID_SNMP_DEBUG_H
 #define SQUID_SNMP_DEBUG_H
 
+#if STDC_HEADERS
 extern void 
 snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG2;
+#else
+extern void snmplib_debug (va_alist);
+#endif
+
 
 #endif /* SQUID_SNMP_DEBUG_H */