blob: c0207083477f2a6dd391237e008d45bdeb7d3608 (
plain)
1
2
3
4
5
6
7
8
|
#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
|