aboutsummaryrefslogtreecommitdiff
path: root/src/status.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2015-11-08 20:28:30 +0100
committertoni <matzeton@googlemail.com>2015-11-11 22:53:07 +0100
commitf2f6ea5029c6c43dc43d714978daca38c03a8a83 (patch)
tree745932f072a5c0246a3a3fb19ad341dcba401eed /src/status.h
parent5b73c45d46f33610fa1d99c6467e24fa7861075d (diff)
- changed dir structure
- fixed ipc semaphore/mq stuff
Diffstat (limited to 'src/status.h')
-rw-r--r--src/status.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/status.h b/src/status.h
new file mode 100644
index 0000000..995d08a
--- /dev/null
+++ b/src/status.h
@@ -0,0 +1,7 @@
+#ifndef STATUS_H
+#define STATUS_H 1
+
+char *
+get_system_stat(void);
+
+#endif