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