summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/schedule/schedConf.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/disman/schedule/schedConf.h')
-rw-r--r--agent/mibgroup/disman/schedule/schedConf.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/agent/mibgroup/disman/schedule/schedConf.h b/agent/mibgroup/disman/schedule/schedConf.h
new file mode 100644
index 0000000..91f4965
--- /dev/null
+++ b/agent/mibgroup/disman/schedule/schedConf.h
@@ -0,0 +1,17 @@
+#ifndef SCHEDCONF_H
+#define SCHEDCONF_H
+
+config_require(disman/schedule/schedCore)
+
+/*
+ * function declarations
+ */
+void init_schedConf(void);
+
+void parse_sched_periodic(const char *, char *);
+void parse_sched_timed( const char *, char *);
+void parse_schedTable( const char *, char *);
+SNMPCallback store_schedTable;
+
+
+#endif /* SCHEDCONF_H */