and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / ucd-snmp / pass.h
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/pass.h b/userapps/opensource/net-snmp/agent/mibgroup/ucd-snmp/pass.h
new file mode 100644 (file)
index 0000000..e96f39a
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ *  pass: pass through extensiblity
+ */
+#ifndef _MIBGROUP_PASS_H
+#define _MIBGROUP_PASS_H
+
+void            init_pass(void);
+
+config_require(ucd-snmp/extensible util_funcs)
+
+extern FindVarMethod var_extensible_pass;
+WriteMethod     setPass;
+int             pass_compare(const void *, const void *);
+
+/*
+ * config file parsing routines 
+ */
+void            pass_free_config(void);
+void            pass_parse_config(const char *, char *);
+
+#include "mibdefs.h"
+
+#endif                          /* _MIBGROUP_PASS_H */