]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp_debug.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / snmp_debug.h
index 4dafa0f3969894afd72dcdcfedd4f244105973f7..a6d1e59738f5df0e306d3b48949625af1d1cdac5 100644 (file)
@@ -1,15 +1,15 @@
 /*
- * $Id: snmp_debug.h,v 1.13 2003/01/23 00:36:47 robertc Exp $
+ * Copyright (C) 1996-2017 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
 
-#include "config.h"
-
-#if STDC_HEADERS
 SQUIDCEXTERN void snmplib_debug(int, const char *,...) PRINTF_FORMAT_ARG2;
-#else
-SQUIDCEXTERN void snmplib_debug(va_alist);
-#endif
 
 #endif /* SQUID_SNMP_DEBUG_H */
+