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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  Errormibess watching mib group
  3.  */
  4. #ifndef _MIBGROUP_ERRORMIB_H
  5. #define _MIBGROUP_ERRORMIB_H
  6. void            init_errormib(void);
  7. config_require(util_funcs)
  8.      void            setPerrorstatus(const char *);
  9.      void            seterrorstatus(const char *, int);
  10.      extern FindVarMethod var_extensible_errors;
  11. #include "mibdefs.h"
  12. #endif                          /* _MIBGROUP_ERRORMIB_H */