aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-19 05:28:55 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-19 05:28:55 +0000
commitc7c634bd88c57d910c6089de7f0091ca4e3d1843 (patch)
treedf2b1c18c27729603880dd797ee6bd51d192d9cd /cmdedit.h
parent6c41c448982827ef5bfac9bac14bc9e509f45bc4 (diff)
downloadbusybox-c7c634bd88c57d910c6089de7f0091ca4e3d1843.tar.gz
Some more stuff.
-Erik
Diffstat (limited to 'cmdedit.h')
-rw-r--r--cmdedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdedit.h b/cmdedit.h
index e776543d6..843a74070 100644
--- a/cmdedit.h
+++ b/cmdedit.h
@@ -12,6 +12,6 @@
*
*/
-extern int cmdedit_read_input(int inputFd, int outputFd, char command[BUFSIZ]);
+extern int cmdedit_read_input(char* prompt, int inputFd, int outputFd, char command[BUFSIZ]);
extern void cmdedit_init(void);