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