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,8 +1,8 @@
#ifndef DORNE_EPTY_H
#define DORNE_EPTY_H
#ifndef CURSETREE_EPTY_H
#define CURSETREE_EPTY_H
#include <sys/types.h>
pid_t forkepty(int *fdmx, int *fderr);
#endif /* DORNE_EPTY_H */
#endif /* CURSETREE_EPTY_H */