diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-28 15:14:45 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-28 15:14:45 +0000 |
commit | 29003923057d43c4196f22762101217b086ca115 (patch) | |
tree | 3fff440532d8d380ae7e4f2933bc7163360f8279 /shell/cmdedit.h | |
parent | c82583d2b430ca889a76c939b7d32d572b2e6353 (diff) | |
download | busybox-w32-29003923057d43c4196f22762101217b086ca115.tar.gz busybox-w32-29003923057d43c4196f22762101217b086ca115.tar.bz2 busybox-w32-29003923057d43c4196f22762101217b086ca115.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@913 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r-- | shell/cmdedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h index b621ae8ec..27f7b5500 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h | |||
@@ -11,6 +11,7 @@ | |||
11 | typedef size_t (*cmdedit_strwidth_proc)(char *); | 11 | typedef size_t (*cmdedit_strwidth_proc)(char *); |
12 | 12 | ||
13 | void cmdedit_init(void); | 13 | void cmdedit_init(void); |
14 | void cmdedit_terminate(void); | ||
14 | void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ | 15 | void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ |
15 | void cmdedit_setwidth(int); /* specify width of screen */ | 16 | void cmdedit_setwidth(int); /* specify width of screen */ |
16 | void cmdedit_histadd(char *); /* adds entries to hist */ | 17 | void cmdedit_histadd(char *); /* adds entries to hist */ |