summaryrefslogtreecommitdiff
path: root/expect/exp_pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'expect/exp_pty.h')
-rw-r--r--expect/exp_pty.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/expect/exp_pty.h b/expect/exp_pty.h
new file mode 100644
index 00000000000..61e60c415b3
--- /dev/null
+++ b/expect/exp_pty.h
@@ -0,0 +1,17 @@
+/* exp_pty.h - declarations for pty allocation and testing
+
+Written by: Don Libes, NIST, 3/9/93
+
+Design and implementation of this program was paid for by U.S. tax
+dollars. Therefore it is public domain. However, the author and NIST
+would appreciate credit if this program or parts of it are used.
+
+*/
+
+int exp_pty_test_start();
+void exp_pty_test_end();
+int exp_pty_test();
+void exp_pty_unlock();
+int exp_pty_lock();
+
+extern char *exp_pty_slave_name;