summaryrefslogtreecommitdiff
path: root/otk_c/init.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-21 12:27:05 +0000
committerDana Jansens <danakj@orodu.net>2002-12-21 12:27:05 +0000
commitcca7a6762d273815947bd5c7cc58ab6713693e8e (patch)
tree20cc9a6d29ddd54c0dea9bb71b6a8c25a95f6f01 /otk_c/init.h
parent925048fedfa855c5315e4951147d47b717637614 (diff)
shit to init the module
Diffstat (limited to 'otk_c/init.h')
-rw-r--r--otk_c/init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/otk_c/init.h b/otk_c/init.h
new file mode 100644
index 00000000..ba807f23
--- /dev/null
+++ b/otk_c/init.h
@@ -0,0 +1,7 @@
+// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+#ifndef __init_h
+#define __init_h
+
+void initotk(char *display);
+
+#endif // __init_h