summaryrefslogtreecommitdiff
path: root/libddekit/include/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:45:54 +0000
commit36261f6f0909abc6893c920445b800d81c02c921 (patch)
tree48065ddf055f2b405b75096f3bced16352564650 /libddekit/include/dde.h
parent29d0d8df649036b90c588d1e87f96b72b8342063 (diff)
Clean up includes
To use the standard hurd Makeconf rules and permit external dde_* build
Diffstat (limited to 'libddekit/include/dde.h')
-rw-r--r--libddekit/include/dde.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libddekit/include/dde.h b/libddekit/include/dde.h
deleted file mode 100644
index 12f8a81a..00000000
--- a/libddekit/include/dde.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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