aboutsummaryrefslogtreecommitdiff
path: root/src/include/openpty.H1
blob: e0658fc5b422f11c1d90862532e2daa087d4ca09 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __cplusplus
extern "C" {
#endif

extern int ptyopen(int*, int*, char*);

#ifdef __cplusplus
}
#endif