]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp_msg.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / include / snmp_msg.h
index eba5c98c5d0ed8bdfe7d81f662da681ba290b67c..31282c18f95af45ae7d824c93bd62d0708ffbdeb 100644 (file)
@@ -1,4 +1,11 @@
-/* -*- c++ -*- */
+/*
+ * Copyright (C) 1996-2021 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_MSG_H
 #define SQUID_SNMP_MSG_H
 
 
 #include "snmp_pdu.h"
 
-#define SNMP_VERSION_1     0   /* RFC 1157 */
-#define SNMP_VERSION_2     1   /* RFC 1901 */
+#define SNMP_VERSION_1      0   /* RFC 1157 */
+#define SNMP_VERSION_2      1   /* RFC 1901 */
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-    u_char *snmp_msg_Encode(u_char *, int *, u_char *, int, int, struct snmp_pdu *);
-    u_char *snmp_msg_Decode(u_char *, int *, u_char *, int *, int *, struct snmp_pdu *);
+u_char *snmp_msg_Encode(u_char *, int *, u_char *, int, int, struct snmp_pdu *);
+u_char *snmp_msg_Decode(u_char *, int *, u_char *, int *, int *, struct snmp_pdu *);
 
 #ifdef __cplusplus
 }
 
 #endif
 
-#endif /* SQUID_SNMP_MSG_H */
+#endif  /* SQUID_SNMP_MSG_H */
+