diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-19 05:28:55 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-19 05:28:55 +0000 |
commit | c7c634bd88c57d910c6089de7f0091ca4e3d1843 (patch) | |
tree | df2b1c18c27729603880dd797ee6bd51d192d9cd /shell/cmdedit.h | |
parent | 6c41c448982827ef5bfac9bac14bc9e509f45bc4 (diff) | |
download | busybox-w32-c7c634bd88c57d910c6089de7f0091ca4e3d1843.tar.gz busybox-w32-c7c634bd88c57d910c6089de7f0091ca4e3d1843.tar.bz2 busybox-w32-c7c634bd88c57d910c6089de7f0091ca4e3d1843.zip |
Some more stuff.
-Erik
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r-- | shell/cmdedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h index e776543d6..843a74070 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h | |||
@@ -12,6 +12,6 @@ | |||
12 | * | 12 | * |
13 | */ | 13 | */ |
14 | 14 | ||
15 | extern int cmdedit_read_input(int inputFd, int outputFd, char command[BUFSIZ]); | 15 | extern int cmdedit_read_input(char* prompt, int inputFd, int outputFd, char command[BUFSIZ]); |
16 | extern void cmdedit_init(void); | 16 | extern void cmdedit_init(void); |
17 | 17 | ||