]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp_debug.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / include / snmp_debug.h
index f08bc59aa698d265beeb074c3af32a1faa929825..04af98cf5bd2abb4233591c36ba2da7a59e9e7f1 100644 (file)
@@ -1,14 +1,15 @@
 /*
- * $Id: snmp_debug.h,v 1.7 2001/10/08 16:18:31 hno Exp $
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
 #ifndef SQUID_SNMP_DEBUG_H
 #define SQUID_SNMP_DEBUG_H
 
-#if STDC_HEADERS
-extern void snmplib_debug(int, char *,...);
-#else
-extern void snmplib_debug(va_alist);
-#endif
+SQUIDCEXTERN void snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG2;
 
 #endif /* SQUID_SNMP_DEBUG_H */
+