change DORNE_*_H namespacing to CURSETREE_*_H
This commit is contained in:
parent
69745c81f7
commit
daaaaf979c
9 changed files with 69 additions and 20 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef DORNE_MKPTY_H
|
||||
#define DORNE_MKPTY_H
|
||||
#ifndef CURSETREE_PTY_H
|
||||
#define CURSETREE_PTY_H
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
|
@ -27,4 +27,4 @@ int setptsxy(const unsigned short rows, const unsigned short cols,
|
|||
const int fds);
|
||||
int getptsxy(unsigned short *rows, unsigned short *cols, const int fds);
|
||||
|
||||
#endif /* DORNE_MKPTY_H */
|
||||
#endif /* CURSETREE_PTY_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue