Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / version.h
1 #ifndef NET_SNMP_VERSION_H
2 #define NET_SNMP_VERSION_H
3
4 #ifdef __cplusplus
5 extern          "C" {
6 #endif
7
8     extern const char *NetSnmpVersionInfo;
9     const char     *netsnmp_get_version(void);
10
11 #ifdef __cplusplus
12 }
13 #endif
14 #endif                          /* NET_SNMP_VERSION_H */