aboutsummaryrefslogtreecommitdiff
path: root/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'check.h')
-rw-r--r--check.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/check.h b/check.h
new file mode 100644
index 0000000..9e95c6f
--- /dev/null
+++ b/check.h
@@ -0,0 +1,10 @@
+#ifndef _CHECK_H
+#define _CHECK_H
+
+#include "monitor.h"
+
+void check_perform(target_t *targets, size_t targets_n);
+int check_init();
+
+#endif /* _CHECK_H */
+