summaryrefslogtreecommitdiff
path: root/docs/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-12 17:32:21 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-12 17:32:21 +0100
commit2c453343ba6b3d3e67478c2e4c43f58a25cfda77 (patch)
treebac2614be56059589b2af10f6f54b77924f6e339 /docs/daemon
parentda4b7944b72d753d6433976ee0d9869e27266f9a (diff)
downloadwolfbones-2c453343ba6b3d3e67478c2e4c43f58a25cfda77.tar.gz
wolfbones-2c453343ba6b3d3e67478c2e4c43f58a25cfda77.tar.bz2
added TODO file for libwolf_daemon.a
Diffstat (limited to 'docs/daemon')
-rw-r--r--docs/daemon/TODOS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/daemon/TODOS b/docs/daemon/TODOS
new file mode 100644
index 0000000..5078f11
--- /dev/null
+++ b/docs/daemon/TODOS
@@ -0,0 +1,6 @@
+- Sanitize public header files
+ - Check how much of signals.h should really leak up to the testd.c
+ - What exactly should be in libwolf_port.a? strdup, stdbool, snprintf
+ for sure. What about lockf? The answer is: it depends :-)
+ - log.h must be cleaned heavily
+ - all header files must be documented properly