From 8c725e624a6fa97175f48e0fc34b37403e3b8613 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 30 Nov 2000 00:27:06 +0000 Subject: 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. --- shell/lash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/lash.c') diff --git a/shell/lash.c b/shell/lash.c index 87d4fbfbd..eba60b3b7 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -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, -- cgit v1.2.3