and added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / agent / all_helpers.h
diff --git a/userapps/opensource/net-snmp/include/net-snmp/agent/all_helpers.h b/userapps/opensource/net-snmp/include/net-snmp/agent/all_helpers.h
new file mode 100644 (file)
index 0000000..1e66dee
--- /dev/null
@@ -0,0 +1,33 @@
+#ifndef ALL_HANDLERS_H
+#define ALL_HANDLERS_H
+
+#ifdef __cplusplus
+extern          "C" {
+#endif
+
+#include <net-snmp/agent/instance.h>
+#include <net-snmp/agent/multiplexer.h>
+#include <net-snmp/agent/null.h>
+#include <net-snmp/agent/debug_handler.h>
+#include <net-snmp/agent/old_api.h>
+#include <net-snmp/agent/read_only.h>
+#include <net-snmp/agent/serialize.h>
+#include <net-snmp/agent/bulk_to_next.h>
+#include <net-snmp/agent/mode_end_call.h>
+/*
+ * #include <net-snmp/agent/set_helper.h> 
+ */
+#include <net-snmp/agent/table.h>
+#include <net-snmp/agent/table_data.h>
+#include <net-snmp/agent/table_dataset.h>
+#include <net-snmp/agent/table_iterator.h>
+/*
+ * #include <net-snmp/agent/table_array.h> 
+ */
+
+void            netsnmp_init_helpers(void);
+
+#ifdef __cplusplus
+}
+#endif
+#endif                          /* ALL_HANDLERS_H */