summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/ucdDemoPublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/examples/ucdDemoPublic.h')
-rw-r--r--agent/mibgroup/examples/ucdDemoPublic.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/agent/mibgroup/examples/ucdDemoPublic.h b/agent/mibgroup/examples/ucdDemoPublic.h
new file mode 100644
index 0000000..253f4ff
--- /dev/null
+++ b/agent/mibgroup/examples/ucdDemoPublic.h
@@ -0,0 +1,38 @@
+/*
+ * ucdDemoPublic.h
+ */
+
+#ifndef _MIBGROUP_UCDDEMOPUBLIC_H
+#define _MIBGROUP_UCDDEMOPUBLIC_H
+
+/*
+ * we use header_generic from the util_funcs module
+ */
+
+config_require(util_funcs/header_generic)
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ /*
+ * Magic number definitions:
+ */
+#define UCDDEMORESETKEYS 1
+#define UCDDEMOPUBLICSTRING 2
+#define UCDDEMOUSERLIST 3
+#define UCDDEMOPASSPHRASE 4
+ /*
+ * function definitions
+ */
+ void init_ucdDemoPublic(void);
+ FindVarMethod var_ucdDemoPublic;
+ WriteMethod write_ucdDemoResetKeys;
+ WriteMethod write_ucdDemoPublicString;
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _MIBGROUP_UCDDEMOPUBLIC_H */