]> git.ipfire.org Git - thirdparty/squid.git/blame - include/snmp_debug.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / include / snmp_debug.h
CommitLineData
5c193dec 1/*
5b74111a 2 * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
5c193dec
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
b5638623 9#ifndef SQUID_SNMP_DEBUG_H
10#define SQUID_SNMP_DEBUG_H
d370007c 11
e1f7507e 12SQUIDCEXTERN void snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG2;
d370007c 13
b5638623 14#endif /* SQUID_SNMP_DEBUG_H */
f53969cc 15