summaryrefslogtreecommitdiff
path: root/agent/mibgroup/agentx/agentx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/agentx/agentx_config.h')
-rw-r--r--agent/mibgroup/agentx/agentx_config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/agent/mibgroup/agentx/agentx_config.h b/agent/mibgroup/agentx/agentx_config.h
new file mode 100644
index 0000000..9496a47
--- /dev/null
+++ b/agent/mibgroup/agentx/agentx_config.h
@@ -0,0 +1,18 @@
+#ifndef __AGENTX_CONFIG_H__
+#define __AGENTX_CONFIG_H__
+
+config_belongs_in(agent_module)
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ void agentx_parse_master(const char *token, char *cptr);
+ void agentx_parse_agentx_socket(const char *token,
+ char *cptr);
+ void agentx_config_init(void);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* __AGENTX_CONFIG_H__ */