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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  pass: pass through extensiblity
  3.  */
  4. #ifndef _MIBGROUP_PASS_H
  5. #define _MIBGROUP_PASS_H
  6. void            init_pass(void);
  7. config_require(util_funcs)
  8. extern FindVarMethod var_extensible_pass;
  9. WriteMethod     setPass;
  10. int             pass_compare(const void *, const void *);
  11. /*
  12.  * config file parsing routines 
  13.  */
  14. void            pass_free_config(void);
  15. void            pass_parse_config(const char *, char *);
  16. #include "mibdefs.h"
  17. #endif                          /* _MIBGROUP_PASS_H */