mirror of
https://github.com/sheumann/hush.git
synced 2025-08-11 07:25:01 +00:00
Naming fix
-Erik
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef GETLINE_H
|
#ifndef CMDEDIT_H
|
||||||
#define GETLINE_H
|
#define CMDEDIT_H
|
||||||
|
|
||||||
/* unix systems can #define POSIX to use termios, otherwise
|
/* unix systems can #define POSIX to use termios, otherwise
|
||||||
* the bsd or sysv interface will be used
|
* the bsd or sysv interface will be used
|
||||||
@@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)();
|
|||||||
|
|
||||||
#endif /* __STDC__ */
|
#endif /* __STDC__ */
|
||||||
|
|
||||||
#endif /* GETLINE_H */
|
#endif /* CMDEDIT_H */
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#ifndef GETLINE_H
|
#ifndef CMDEDIT_H
|
||||||
#define GETLINE_H
|
#define CMDEDIT_H
|
||||||
|
|
||||||
/* unix systems can #define POSIX to use termios, otherwise
|
/* unix systems can #define POSIX to use termios, otherwise
|
||||||
* the bsd or sysv interface will be used
|
* the bsd or sysv interface will be used
|
||||||
@@ -34,4 +34,4 @@ extern int (*cmdedit_tab_hook)();
|
|||||||
|
|
||||||
#endif /* __STDC__ */
|
#endif /* __STDC__ */
|
||||||
|
|
||||||
#endif /* GETLINE_H */
|
#endif /* CMDEDIT_H */
|
||||||
|
Reference in New Issue
Block a user