aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 20:37:12 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 20:37:12 +0000
commit5dacae9cad1fc502ec789ab10ed1723e5e0e3ce2 (patch)
tree7ca6ecaf98e93dd9fca4f11d9a89756c734e5203 /shell
parent74749640485d9ce1a948c3f56b42950c73e57ef3 (diff)
downloadbusybox-w32-5dacae9cad1fc502ec789ab10ed1723e5e0e3ce2.tar.gz
busybox-w32-5dacae9cad1fc502ec789ab10ed1723e5e0e3ce2.tar.bz2
busybox-w32-5dacae9cad1fc502ec789ab10ed1723e5e0e3ce2.zip
Naming fix
-Erik git-svn-id: svn://busybox.net/trunk/busybox@770 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h
index 9ac7daca3..b621ae8ec 100644
--- a/shell/cmdedit.h
+++ b/shell/cmdedit.h
@@ -1,5 +1,5 @@
1#ifndef GETLINE_H 1#ifndef CMDEDIT_H
2#define GETLINE_H 2#define CMDEDIT_H
3 3
4/* unix systems can #define POSIX to use termios, otherwise 4/* unix systems can #define POSIX to use termios, otherwise
5 * the bsd or sysv interface will be used 5 * the bsd or sysv interface will be used
@@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)();
34 34
35#endif /* __STDC__ */ 35#endif /* __STDC__ */
36 36
37#endif /* GETLINE_H */ 37#endif /* CMDEDIT_H */