2 * Copyright 2008-2010 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
12 #include <sys/cdefs.h>
18 extern int openpty(int* master
, int* slave
, char* name
,
19 struct termios
* termAttrs
, struct winsize
* windowSize
);
20 extern int login_pty(int fd
);
21 extern pid_t
forkpty(int* master
, char* name
,
22 struct termios
* termAttrs
, struct winsize
* windowSize
);