diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-28 03:22:19 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-28 03:22:19 +0000 |
| commit | 8384efd02f5d5307e9b2ad9e3d7ff910e7103723 (patch) | |
| tree | a1d7a94fb2c579e621e3142000b8e7cea4317b8f /shell | |
| parent | f7c8794c926b5a1203cf7c9228823a5659ca1c4d (diff) | |
| download | busybox-w32-8384efd02f5d5307e9b2ad9e3d7ff910e7103723.tar.gz busybox-w32-8384efd02f5d5307e9b2ad9e3d7ff910e7103723.tar.bz2 busybox-w32-8384efd02f5d5307e9b2ad9e3d7ff910e7103723.zip | |
Remove unneeded stuff.
git-svn-id: svn://busybox.net/trunk/busybox@2939 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/cmdedit.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h index 0ab94c6ce..9e3e44b36 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h | |||
| @@ -1,14 +1,8 @@ | |||
| 1 | #ifndef CMDEDIT_H | 1 | #ifndef CMDEDIT_H |
| 2 | #define CMDEDIT_H | 2 | #define CMDEDIT_H |
| 3 | 3 | ||
| 4 | #ifdef BB_FEATURE_COMMAND_EDITING | ||
| 5 | #include <stddef.h> | ||
| 6 | #include "busybox.h" | ||
| 7 | |||
| 8 | void cmdedit_init(void); | 4 | void cmdedit_init(void); |
| 9 | void cmdedit_terminate(void); | 5 | void cmdedit_terminate(void); |
| 10 | void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ | 6 | void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ |
| 11 | 7 | ||
| 12 | #endif /* BB_FEATURE_COMMAND_EDITING */ | ||
| 13 | |||
| 14 | #endif /* CMDEDIT_H */ | 8 | #endif /* CMDEDIT_H */ |
