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_TREE_H
|
||||
#define DORNE_TREE_H
|
||||
#ifndef CURSETREE_CURSETREE_H
|
||||
#define CURSETREE_CURSETREE_H
|
||||
|
||||
#ifndef __NCURSES_H
|
||||
typedef struct _win_st WINDOW;
|
||||
|
|
@ -60,4 +60,4 @@ void bifurcate_window_node(struct crs_node **const node,
|
|||
const enum crs_axis axis, const int invert_axis,
|
||||
const float ratio);
|
||||
|
||||
#endif /* DORNE_TREE_H */
|
||||
#endif /* CURSETREE_CURSETREE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue