xref: /csrg-svn/usr.bin/tn3270/api/apilib.h (revision 31206)
1*31206Sminshall /*
2*31206Sminshall  * What one needs to specify
3*31206Sminshall  */
4*31206Sminshall 
5*31206Sminshall extern int
6*31206Sminshall     api_sup_errno,			/* Supervisor error number */
7*31206Sminshall     api_sup_fcn_id,			/* Supervisor function id (0x12) */
8*31206Sminshall     api_fcn_errno,			/* Function error number */
9*31206Sminshall     api_fcn_fcn_id;			/* Function ID (0x6b, etc.) */
10