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_CHILD_H
#define DORNE_CHILD_H
#ifndef CURSETREE_CHILD_H
#define CURSETREE_CHILD_H
#include <unistd.h>
@ -11,4 +11,4 @@ struct d_child {
int spawnchild(struct d_child *child);
#endif /* DORNE_CHILD_H */
#endif /* CURSETREE_CHILD_H */