change DORNE_*_H namespacing to CURSETREE_*_H

This commit is contained in:
Emile Clark-Boman 2025-09-13 10:58:31 +10:00
parent 69745c81f7
commit daaaaf979c
9 changed files with 69 additions and 20 deletions

View file

@ -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 */