diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-12 20:26:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-12 20:26:32 +0000 |
commit | 7baffca714b6264cd5cfd05c314a59aeea938f8f (patch) | |
tree | 10dcece1e0bb88e35aa95c3a68896ad426e43f7a /shell/cmdedit.h | |
parent | 2e2b0c24a40ade30387df0a9114a8ce5c77f059f (diff) | |
download | busybox-w32-7baffca714b6264cd5cfd05c314a59aeea938f8f.tar.gz busybox-w32-7baffca714b6264cd5cfd05c314a59aeea938f8f.tar.bz2 busybox-w32-7baffca714b6264cd5cfd05c314a59aeea938f8f.zip |
Patch from vodz:
Changed email address
cmdedit API change
optimizations for traceroute and md5sum
added a new shared create_icmp_socket() function
git-svn-id: svn://busybox.net/trunk/busybox@3078 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r-- | shell/cmdedit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h index 9e3e44b36..1482da3b8 100644 --- a/shell/cmdedit.h +++ b/shell/cmdedit.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef CMDEDIT_H | 1 | #ifndef CMDEDIT_H |
2 | #define CMDEDIT_H | 2 | #define CMDEDIT_H |
3 | 3 | ||
4 | void cmdedit_init(void); | ||
5 | void cmdedit_terminate(void); | ||
6 | void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ | 4 | void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ |
7 | 5 | ||
8 | #endif /* CMDEDIT_H */ | 6 | #endif /* CMDEDIT_H */ |