summaryrefslogtreecommitdiff
path: root/libddekit/dde.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-21 23:37:19 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:48:18 +0000
commit82bcbfbe25df69652bc7cb3e5d66ae0886894488 (patch)
tree4d04ae37af40169b993ee5aef688c00d68722064 /libddekit/dde.h
parent2d2eca01fc2fd15821fb6f5fc1c281d06636b7d5 (diff)
Clean up includes
To use the standard hurd Makeconf rules and permit external dde_* build
Diffstat (limited to 'libddekit/dde.h')
-rw-r--r--libddekit/dde.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libddekit/dde.h b/libddekit/dde.h
new file mode 100644
index 00000000..12f8a81a
--- /dev/null
+++ b/libddekit/dde.h
@@ -0,0 +1,14 @@
+#ifndef l4_ddekit_h
+#define l4_ddekit_h
+
+/* FIXME if this is ddekit.h, it should be moved into dde/ddekit/include/ddekit.h (also
+ * all headers under include/ddekit) */
+
+/**
+ * Initialize the DDE. Must be called before any other DDE function.
+ *
+ * FIXME revisit this one
+ */
+void ddekit_init(void);
+
+#endif