and added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / version.h
diff --git a/userapps/opensource/net-snmp/include/net-snmp/version.h b/userapps/opensource/net-snmp/include/net-snmp/version.h
new file mode 100644 (file)
index 0000000..9b1c3d4
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef NET_SNMP_VERSION_H
+#define NET_SNMP_VERSION_H
+
+#ifdef __cplusplus
+extern          "C" {
+#endif
+
+    extern const char *NetSnmpVersionInfo;
+    const char     *netsnmp_get_version(void);
+
+#ifdef __cplusplus
+}
+#endif
+#endif                          /* NET_SNMP_VERSION_H */