diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-12 17:49:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-12 17:49:52 +0000 |
commit | f0657d322937ad2ff865be9f89cc8c979693088e (patch) | |
tree | a82cc2f19f97a86d394b66a87af8321d91b4d9c4 /internal.h | |
parent | a2685735b1ace4323f0c6fae6c31e0888ed62c34 (diff) | |
download | busybox-w32-f0657d322937ad2ff865be9f89cc8c979693088e.tar.gz busybox-w32-f0657d322937ad2ff865be9f89cc8c979693088e.tar.bz2 busybox-w32-f0657d322937ad2ff865be9f89cc8c979693088e.zip |
Some enhancements I've been working on over the weekend,
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal.h b/internal.h index 1313f3644..18159b1d3 100644 --- a/internal.h +++ b/internal.h | |||
@@ -220,12 +220,6 @@ extern pid_t* findPidByName( char* pidName); | |||
220 | extern void *xmalloc (size_t size); | 220 | extern void *xmalloc (size_t size); |
221 | extern int find_real_root_device_name(char* name); | 221 | extern int find_real_root_device_name(char* name); |
222 | 222 | ||
223 | #ifdef BB_FEATURE_SH_COMMAND_EDITING | ||
224 | #include <stdio.h> | ||
225 | extern int cmdedit_read_input(char* prompt, int inputFd, int outputFd, char command[BUFSIZ]); | ||
226 | extern void cmdedit_init(void); | ||
227 | #endif | ||
228 | |||
229 | #if defined BB_INIT || defined BB_SYSLOGD | 223 | #if defined BB_INIT || defined BB_SYSLOGD |
230 | extern int device_open(char *device, int mode); | 224 | extern int device_open(char *device, int mode); |
231 | #endif | 225 | #endif |