net-snmp 5.7
version.h
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     NETSNMP_IMPORT
00013     const char     *netsnmp_get_version(void);
00014 
00015 #ifdef __cplusplus
00016 }
00017 #endif
00018 #endif                          /* NET_SNMP_VERSION_H */