00001 #ifndef NET_SNMP_VERSION_H
00002 #define NET_SNMP_VERSION_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 #ifdef UCD_COMPATIBLE
00009 extern const char *NetSnmpVersionInfo;
00010 #endif
00011
00012 const char *netsnmp_get_version(void);
00013
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 #endif