date and time created 87/05/25 11:17:36 by minshall
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Tue, 26 May 1987 02:17:36 +0000 (18:17 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Tue, 26 May 1987 02:17:36 +0000 (18:17 -0800)
SCCS-vsn: usr.bin/tn3270/api/apilib.h 1.1

usr/src/usr.bin/tn3270/api/apilib.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/tn3270/api/apilib.h b/usr/src/usr.bin/tn3270/api/apilib.h
new file mode 100644 (file)
index 0000000..b8ca46a
--- /dev/null
@@ -0,0 +1,9 @@
+/*
+ * What one needs to specify
+ */
+
+extern int
+    api_sup_errno,                     /* Supervisor error number */
+    api_sup_fcn_id,                    /* Supervisor function id (0x12) */
+    api_fcn_errno,                     /* Function error number */
+    api_fcn_fcn_id;                    /* Function ID (0x6b, etc.) */