version.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NET_SNMP_VERSION_H
  2. #define NET_SNMP_VERSION_H
  3. #ifdef __cplusplus
  4. extern          "C" {
  5. #endif
  6. #ifdef UCD_COMPATIBLE
  7.     extern const char *NetSnmpVersionInfo;
  8. #endif
  9.     const char     *netsnmp_get_version(void);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif                          /* NET_SNMP_VERSION_H */