blob: e8fdfaab3eef5f3df6b2ab124f3e7eca6e8ab97e (
plain)
1
2
3
4
5
6
7
|
#ifndef PST_H
#define PST_H
#include "../fs/vfs.h"
int openpty(int *amaster, int *aslave, char *name, /*const struct termios*/ void *termp,
/*const struct winsize*/ void *winp);
#endif
|