]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Response.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Response.h
index 2f7e4b086d82ec32c79a19dd8e56059edd6edc7c..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
 
@@ -16,7 +19,7 @@
 namespace Snmp
 {
 
-/// 
+///
 class Response: public Ipc::Response
 {
 public:
@@ -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 */
+