aboutsummaryrefslogtreecommitdiff
path: root/aufgabe4/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'aufgabe4/monitor.h')
-rw-r--r--aufgabe4/monitor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/aufgabe4/monitor.h b/aufgabe4/monitor.h
new file mode 100644
index 0000000..c70b426
--- /dev/null
+++ b/aufgabe4/monitor.h
@@ -0,0 +1,7 @@
+#ifndef _MONITOR_H
+#define _MONITOR_H
+
+void monitor();
+void monitor_cleanup();
+
+#endif