]> git.ipfire.org Git - thirdparty/squid.git/blob - include/snmp_debug.h
Enable GCC to check printf style arguments
[thirdparty/squid.git] / include / snmp_debug.h
1 /*
2 * $Id: snmp_debug.h,v 1.9 2001/10/22 23:55:43 hno Exp $
3 */
4
5 #ifndef SQUID_SNMP_DEBUG_H
6 #define SQUID_SNMP_DEBUG_H
7
8 extern void
9 snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG(2);
10
11 #endif /* SQUID_SNMP_DEBUG_H */