rename cli/ -> cursetree/

This commit is contained in:
Emile Clark-Boman 2025-09-13 10:39:58 +10:00
parent 2ad6e4e104
commit 878be07a71
12 changed files with 37 additions and 18 deletions

8
cursetree/epty.h Normal file
View file

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