aboutsummaryrefslogtreecommitdiff
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-f0657d322937ad2ff865be9f89cc8c979693088e.tar.gz
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);
extern void *xmalloc (size_t size);
extern int find_real_root_device_name(char* name);
-#ifdef BB_FEATURE_SH_COMMAND_EDITING
-#include <stdio.h>
-extern int cmdedit_read_input(char* prompt, int inputFd, int outputFd, char command[BUFSIZ]);
-extern void cmdedit_init(void);
-#endif
-
#if defined BB_INIT || defined BB_SYSLOGD
extern int device_open(char *device, int mode);
#endif