]> git.ipfire.org Git - thirdparty/squid.git/blob - include/snmp_debug.h
Author: Francesco Chemolli <kinkie@squid-cache.org>
[thirdparty/squid.git] / include / snmp_debug.h
1 /*
2 * $Id$
3 */
4 #ifndef SQUID_SNMP_DEBUG_H
5 #define SQUID_SNMP_DEBUG_H
6
7 #include "config.h"
8
9 SQUIDCEXTERN void snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG2;
10
11 #endif /* SQUID_SNMP_DEBUG_H */