summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-12 17:49:52 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-12 17:49:52 +0000
commitf0657d322937ad2ff865be9f89cc8c979693088e (patch)
treea82cc2f19f97a86d394b66a87af8321d91b4d9c4 /internal.h
parenta2685735b1ace4323f0c6fae6c31e0888ed62c34 (diff)
downloadbusybox-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.h6
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);
220extern void *xmalloc (size_t size); 220extern void *xmalloc (size_t size);
221extern int find_real_root_device_name(char* name); 221extern int find_real_root_device_name(char* name);
222 222
223#ifdef BB_FEATURE_SH_COMMAND_EDITING
224#include <stdio.h>
225extern int cmdedit_read_input(char* prompt, int inputFd, int outputFd, char command[BUFSIZ]);
226extern void cmdedit_init(void);
227#endif
228
229#if defined BB_INIT || defined BB_SYSLOGD 223#if defined BB_INIT || defined BB_SYSLOGD
230extern int device_open(char *device, int mode); 224extern int device_open(char *device, int mode);
231#endif 225#endif