summaryrefslogtreecommitdiff
path: root/wrapper/TODO
blob: 577c2529d7ebcb97fba1449413ab595f1706de82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/more

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!