and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / pass_persist.h
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/pass_persist.h b/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/pass_persist.h
new file mode 100644 (file)
index 0000000..462193d
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ *  pass: pass through extensiblity
+ */
+#ifndef _MIBGROUP_PASS_PERSIST_H
+#define _MIBGROUP_PASS_PERSIST_H
+
+config_require(ucd-snmp/extensible util_funcs)
+
+void            init_pass_persist(void);
+extern FindVarMethod var_extensible_pass_persist;
+extern WriteMethod setPassPersist;
+
+/*
+ * config file parsing routines 
+ */
+void            pass_persist_free_config(void);
+void            pass_persist_parse_config(const char *, char *);
+int             pass_persist_compare(const void *, const void *);
+
+#include "mibdefs.h"
+
+#endif                          /* _MIBGROUP_PASS_PERSIST_H */