Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / pass_persist.h
1 /*
2  *  pass: pass through extensiblity
3  */
4 #ifndef _MIBGROUP_PASS_PERSIST_H
5 #define _MIBGROUP_PASS_PERSIST_H
6
7 config_require(ucd-snmp/extensible util_funcs)
8
9 void            init_pass_persist(void);
10 extern FindVarMethod var_extensible_pass_persist;
11 extern WriteMethod setPassPersist;
12
13 /*
14  * config file parsing routines 
15  */
16 void            pass_persist_free_config(void);
17 void            pass_persist_parse_config(const char *, char *);
18 int             pass_persist_compare(const void *, const void *);
19
20 #include "mibdefs.h"
21
22 #endif                          /* _MIBGROUP_PASS_PERSIST_H */