Some enhancements I've been working on over the weekend,

-Erik
This commit is contained in:
Erik Andersen
2000-04-12 17:49:52 +00:00
parent a2685735b1
commit f0657d3229
9 changed files with 789 additions and 678 deletions

View File

@@ -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