aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-28 15:14:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-28 15:14:45 +0000
commit29003923057d43c4196f22762101217b086ca115 (patch)
tree3fff440532d8d380ae7e4f2933bc7163360f8279 /shell/cmdedit.h
parentc82583d2b430ca889a76c939b7d32d572b2e6353 (diff)
downloadbusybox-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.h1
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 @@
11typedef size_t (*cmdedit_strwidth_proc)(char *); 11typedef size_t (*cmdedit_strwidth_proc)(char *);
12 12
13void cmdedit_init(void); 13void cmdedit_init(void);
14void cmdedit_terminate(void);
14void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ 15void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */
15void cmdedit_setwidth(int); /* specify width of screen */ 16void cmdedit_setwidth(int); /* specify width of screen */
16void cmdedit_histadd(char *); /* adds entries to hist */ 17void cmdedit_histadd(char *); /* adds entries to hist */