This version compiles with the API stuff in it.
[unix-history] / usr / src / usr.bin / tn3270 / api / apilib.h
CommitLineData
1bae8fe8
GM
1/*
2 * What one needs to specify
3 */
4
5extern int
6 api_sup_errno, /* Supervisor error number */
7 api_sup_fcn_id, /* Supervisor function id (0x12) */
8 api_fcn_errno, /* Function error number */
9 api_fcn_fcn_id; /* Function ID (0x6b, etc.) */