summaryrefslogtreecommitdiff
path: root/wrapper/TODO
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-13 17:55:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:15 -0600
commitaba23c26fabcc7961a55d6526bb28c92fb9c4ecd (patch)
treeabfa2a1db96aab3ecb48fa7532047c2729a17725 /wrapper/TODO
parent3e100e9de3cec5ec5e9a641e782ae47ca095233d (diff)
fix Makefiles a bit
redo the ugly kludge in load_plugins(...) in wrapper/plugin-load.h
Diffstat (limited to 'wrapper/TODO')
-rw-r--r--wrapper/TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/wrapper/TODO b/wrapper/TODO
index 6d1bd2a..1017c8d 100644
--- a/wrapper/TODO
+++ b/wrapper/TODO
@@ -1,15 +1,6 @@
#! /bin/more
-* add propper option handling via GNU getopt
* actually launch the plugins
-* plugin-load.h:
- The function `load_plugins' must loop through sub-directories in the
- directory `libexecdir'. They way it does this is an ugly kludge, and
- should be rewritten.
- The way it does it requires dissproportionatly many system libraries,
- all increasing the odds that it won't run on another system. This isn't
- as much of a concern if it was using them, but they can't all be
- nescessary: <string.h> <unistd.h> <dirent.h> <sys/stat.h> <error.h>
~ Luke Shumaker
Happy Hacking!