Patch from Larry Doolittle (with minor touchups from me so everything compiles

and works) to use the applet definitions in applets.h to autogenerate the applet
function and usage prototypes.
This commit is contained in:
Eric Andersen
2000-11-30 00:27:06 +00:00
parent 8c2d3f46ab
commit 8c725e624a
10 changed files with 302 additions and 713 deletions

View File

@ -52,6 +52,7 @@
#define MAX_LINE 256 /* size of input buffer for `read' builtin */
#define MAX_READ 128 /* size of input buffer for `read' builtin */
#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n"
extern size_t NUM_APPLETS;
enum redirectionType { REDIRECT_INPUT, REDIRECT_OVERWRITE,