summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/data_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/examples/data_set.h')
-rw-r--r--agent/mibgroup/examples/data_set.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/agent/mibgroup/examples/data_set.h b/agent/mibgroup/examples/data_set.h
new file mode 100644
index 0000000..c9cf8b2
--- /dev/null
+++ b/agent/mibgroup/examples/data_set.h
@@ -0,0 +1,16 @@
+#ifndef DATA_SET_H
+#define DATA_SET_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void init_data_set(void);
+void shutdown_data_set(void);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* DATA_SET_H */