aboutsummaryrefslogtreecommitdiff
path: root/statistic.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-12-06 14:41:41 +0100
committerMichael Stapelberg <michael@stapelberg.de>2010-12-06 14:41:41 +0100
commitefd23153d6c094c7d60833548621e13f553871e9 (patch)
treea38ba0d389b83edc72b2406b991fd9f9f74e8285 /statistic.h
parent2043fe69d1bc3e91af346197c8207bbc190b4111 (diff)
downloadprozesskommunikation-efd23153d6c094c7d60833548621e13f553871e9.tar.gz
prozesskommunikation-efd23153d6c094c7d60833548621e13f553871e9.tar.bz2
Grundgerüst erstellt
Diffstat (limited to 'statistic.h')
-rw-r--r--statistic.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/statistic.h b/statistic.h
new file mode 100644
index 0000000..50b82f4
--- /dev/null
+++ b/statistic.h
@@ -0,0 +1,7 @@
+#ifndef _STATISTIC_H
+#define _STATISTIC_H
+
+void statistic();
+void statistic_cleanup();
+
+#endif