blob: 6d1bd2a3b16d133f0431a937096770896a3c4abd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#! /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!
|