diff options
Diffstat (limited to 'wrapper/TODO')
-rw-r--r-- | wrapper/TODO | 9 |
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! |