summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-12-15 23:20:10 +0000
committerLennart Poettering <lennart@poettering.net>2003-12-15 23:20:10 +0000
commitc35f713ae46fef0bf5d5dbab434c2f581e1d1181 (patch)
tree38465e471c62fcff64b4dedfb88f5564a4afd34e /src/main.h
parent6883bbb1e8fcdf359716dcd5af44ca6ece55b16b (diff)
many more stuff
git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@5 dbf6933d-3bce-0310-9bcc-ed052ba35b35
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..3aef24b
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,8 @@
+#ifndef foomainhfoo
+#define foomainhfoo
+
+#include <oop.h>
+
+extern oop_source* event_source;
+
+#endif