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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NET_SNMP_MIB_API_H
  2. #define NET_SNMP_MIB_API_H
  3.     /**
  4.      *  Library API routines concerned with MIB files and objects, and OIDs
  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/mib.h>
  18. #ifndef DISABLE_MIB_LOADING
  19. #include <net-snmp/library/parse.h>
  20. #endif
  21. #include <net-snmp/library/callback.h>
  22. #include <net-snmp/library/oid_stash.h>
  23. #include <net-snmp/library/ucd_compat.h>
  24. #endif                          /* NET_SNMP_MIB_API_H */