From 501c88b245fdc63f3f2a044fd7704bb468db3904 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 28 Jul 2000 15:14:45 +0000 Subject: More sh updates (with related changes to everything else). Switched to using getopt and cleaned up the resulting mess. if-then-else-fi is now basically working (given a bunch of constraints). -Erik --- shell/cmdedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/cmdedit.h') diff --git a/shell/cmdedit.h b/shell/cmdedit.h index b621ae8..27f7b55 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h @@ -11,6 +11,7 @@ typedef size_t (*cmdedit_strwidth_proc)(char *); void cmdedit_init(void); +void cmdedit_terminate(void); void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ void cmdedit_setwidth(int); /* specify width of screen */ void cmdedit_histadd(char *); /* adds entries to hist */ -- cgit v1.1