summaryrefslogtreecommitdiff
path: root/include/net-snmp/agent/debug_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net-snmp/agent/debug_handler.h')
-rw-r--r--include/net-snmp/agent/debug_handler.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/net-snmp/agent/debug_handler.h b/include/net-snmp/agent/debug_handler.h
new file mode 100644
index 0000000..0d612db
--- /dev/null
+++ b/include/net-snmp/agent/debug_handler.h
@@ -0,0 +1,16 @@
+#ifndef DEBUG_HANDLER_H
+#define DEBUG_HANDLER_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+netsnmp_mib_handler *netsnmp_get_debug_handler(void);
+void netsnmp_init_debug_helper(void);
+
+Netsnmp_Node_Handler netsnmp_debug_helper;
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* DEBUG_HANDLER_H */