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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NET_SNMP_VARBIND_API_H
  2. #define NET_SNMP_VARBIND_API_H
  3.     /**
  4.      *  Library API routines concerned with variable bindings and values.
  5.      */
  6. #include <net-snmp/types.h>
  7.     /*
  8.      *  For the initial release, this will just refer to the
  9.      *  relevant UCD header files.
  10.      *    In due course, the routines relevant to this area of the
  11.      *  API will be identified, and listed here directly.
  12.      *
  13.      *  But for the time being, this header file is a placeholder,
  14.      *  to allow application writers to adopt the new header file names.
  15.      */
  16. #include <net-snmp/library/snmp_api.h>
  17. #include <net-snmp/library/snmp_client.h>
  18. #include <net-snmp/library/mib.h>
  19. #endif                          /* NET_SNMP_VARBIND_API_H */