]> 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 1daa29775a24782f97a357403538660ba71b3ad3..04af98cf5bd2abb4233591c36ba2da7a59e9e7f1 100644 (file)
@@ -1,15 +1,15 @@
 /*
- * $Id$
+ * 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
 
-#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 */
+