summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ucd-snmp/pass.h
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-03-30 19:38:48 +0900
committerHideki Yamane <henrich@debian.org>2014-03-30 19:38:48 +0900
commit7769a9595c3da9a35f31b42451b1f6c3ed4004fa (patch)
tree009bf8fd68af6bb1129e07dd8c1ed205010d81f8 /agent/mibgroup/ucd-snmp/pass.h
parent2e7891b0311204e0ecd5dc4a4334df01f3a6a1b4 (diff)
downloadpkg-net-snmp-7769a9595c3da9a35f31b42451b1f6c3ed4004fa.tar.gz
Imported Upstream version 5.7.2~dfsg
Diffstat (limited to 'agent/mibgroup/ucd-snmp/pass.h')
-rw-r--r--agent/mibgroup/ucd-snmp/pass.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/agent/mibgroup/ucd-snmp/pass.h b/agent/mibgroup/ucd-snmp/pass.h
new file mode 100644
index 0000000..51c0689
--- /dev/null
+++ b/agent/mibgroup/ucd-snmp/pass.h
@@ -0,0 +1,26 @@
+/*
+ * pass: pass through extensiblity
+ */
+#ifndef _MIBGROUP_PASS_H
+#define _MIBGROUP_PASS_H
+
+void init_pass(void);
+
+config_require(ucd-snmp/pass_common)
+config_require(util_funcs)
+config_require(utilities/execute)
+config_add_mib(NET-SNMP-PASS-MIB)
+
+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 */