Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
[oweals/busybox.git] / cmdedit.h
index 9ac7daca3c338168bee805d39386e3fecbca81b5..b621ae8ec88932e2a56931202b2dd7de62f32d07 100644 (file)
--- a/cmdedit.h
+++ b/cmdedit.h
@@ -1,5 +1,5 @@
-#ifndef GETLINE_H
-#define GETLINE_H
+#ifndef CMDEDIT_H
+#define CMDEDIT_H
 
 /* unix systems can #define POSIX to use termios, otherwise 
  * the bsd or sysv interface will be used 
@@ -34,4 +34,4 @@ extern int    (*cmdedit_tab_hook)();
 
 #endif /* __STDC__ */
 
-#endif /* GETLINE_H */
+#endif /* CMDEDIT_H */