]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Response.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Response.h
index b2bf360298f1d7e821bcb04f5f0a0fbd69cb0bb4..203889e373341aac545db8a9534ed43a2ea7c569 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 49    SNMP Interface
+ * 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.
  */
 
+/* DEBUG: section 49    SNMP Interface */
+
 #ifndef SQUID_SNMPX_RESPONSE_H
 #define SQUID_SNMPX_RESPONSE_H
 
@@ -33,8 +36,9 @@ public:
     Pdu pdu; ///< SNMP protocol data unit
 };
 
-extern std::ostream& operator << (std::ostream& os, const Response& response);
+std::ostream& operator << (std::ostream& os, const Response& response);
 
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_RESPONSE_H */
+