aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.h
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-19 05:28:55 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-19 05:28:55 +0000
commit5dcc0f10117f688a038695ffb7c066196074d647 (patch)
treedf2b1c18c27729603880dd797ee6bd51d192d9cd /shell/cmdedit.h
parent246492c95539251b2de3a0ce7e02314417949429 (diff)
downloadbusybox-w32-5dcc0f10117f688a038695ffb7c066196074d647.tar.gz
busybox-w32-5dcc0f10117f688a038695ffb7c066196074d647.tar.bz2
busybox-w32-5dcc0f10117f688a038695ffb7c066196074d647.zip
Some more stuff.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@412 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r--shell/cmdedit.h2
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
15extern int cmdedit_read_input(int inputFd, int outputFd, char command[BUFSIZ]); 15extern int cmdedit_read_input(char* prompt, int inputFd, int outputFd, char command[BUFSIZ]);
16extern void cmdedit_init(void); 16extern void cmdedit_init(void);
17 17