resetting manifest requested domain to floor
[platform/upstream/expect.git] / exp_pty.h
1 /* exp_pty.h - declarations for pty allocation and testing
2
3 Written by: Don Libes, NIST,  3/9/93
4
5 Design and implementation of this program was paid for by U.S. tax
6 dollars.  Therefore it is public domain.  However, the author and NIST
7 would appreciate credit if this program or parts of it are used.
8
9 */
10
11 int exp_pty_test_start(void);
12 void exp_pty_test_end(void);
13 int exp_pty_test(char *master_name, char *slave_name, char bank, char *num);
14 void exp_pty_unlock(void);
15 int exp_pty_lock(char bank, char *num);
16 int exp_getptymaster(void);
17 int exp_getptyslave(int ttycopy, int ttyinit, CONST char *stty_args);
18
19 extern char *exp_pty_slave_name;