summaryrefslogtreecommitdiff
path: root/libddekit/include/.svn/text-base
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-08 23:11:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-08 23:11:02 +0200
commitcded208c7ea6d107dcbfdb2e2d4622daf41c2886 (patch)
treea04a03736b0a928c2954382f924aadb105ee39cc /libddekit/include/.svn/text-base
parentfc82e00ca1e174cb961dea6ad37622e9b26cd899 (diff)
remove .svn directories
Diffstat (limited to 'libddekit/include/.svn/text-base')
-rw-r--r--libddekit/include/.svn/text-base/Makefile.svn-base9
-rw-r--r--libddekit/include/.svn/text-base/dde.h.svn-base14
2 files changed, 0 insertions, 23 deletions
diff --git a/libddekit/include/.svn/text-base/Makefile.svn-base b/libddekit/include/.svn/text-base/Makefile.svn-base
deleted file mode 100644
index 8d31023f..00000000
--- a/libddekit/include/.svn/text-base/Makefile.svn-base
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# All haeder files found in this directory tree will be automatically
-# installed in a way that they can be included with
-# #include <l4/pkgname/yourfile.h> later.
-# No need to list them in this Makefile.
-
-include $(L4DIR)/mk/include.mk
diff --git a/libddekit/include/.svn/text-base/dde.h.svn-base b/libddekit/include/.svn/text-base/dde.h.svn-base
deleted file mode 100644
index 12f8a81a..00000000
--- a/libddekit/include/.svn/text-base/dde.h.svn-base
+++ /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