mv cursetree/pty subdir

This commit is contained in:
Emile Clark-Boman 2025-09-13 10:47:48 +10:00
parent 878be07a71
commit 69745c81f7
7 changed files with 1 additions and 1 deletions

8
cursetree/pty/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 */