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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  pass: pass through extensiblity
  3.  */
  4. #ifndef _MIBGROUP_PASS_PERSIST_H
  5. #define _MIBGROUP_PASS_PERSIST_H
  6. config_require(util_funcs)
  7. void            init_pass_persist(void);
  8. extern FindVarMethod var_extensible_pass_persist;
  9. extern WriteMethod setPassPersist;
  10. /*
  11.  * config file parsing routines 
  12.  */
  13. void            pass_persist_free_config(void);
  14. void            pass_persist_parse_config(const char *, char *);
  15. int             pass_persist_compare(const void *, const void *);
  16. #include "mibdefs.h"
  17. #endif                          /* _MIBGROUP_PASS_PERSIST_H */