and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / agentx / master.h
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/agentx/master.h b/userapps/opensource/net-snmp/agent/mibgroup/agentx/master.h
new file mode 100644 (file)
index 0000000..22fea8a
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef _AGENTX_MASTER_H
+#define _AGENTX_MASTER_H
+
+config_require(agentx/protocol)
+config_require(agentx/client)
+config_require(agentx/master_admin)
+config_require(agentx/agentx_config)
+config_require(mibII/sysORTable)
+
+     void            init_master(void);
+     void            real_init_master(void);
+     Netsnmp_Node_Handler agentx_master_handler;
+
+#endif                          /* _AGENTX_MASTER_H */