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_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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue