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