From f2f6ea5029c6c43dc43d714978daca38c03a8a83 Mon Sep 17 00:00:00 2001 From: toni Date: Sun, 8 Nov 2015 20:28:30 +0100 Subject: - changed dir structure - fixed ipc semaphore/mq stuff --- src/status.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/status.h (limited to 'src/status.h') 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 -- cgit v1.2.3