xref: /csrg-svn/usr.bin/tn3270/api/apilib.h (revision 62317)
148754Sbostic /*-
2*62317Sbostic  * Copyright (c) 1988, 1993
3*62317Sbostic  *	The Regents of the University of California.  All rights reserved.
431890Sminshall  *
548754Sbostic  * %sccs.include.redist.c%
633820Sbostic  *
7*62317Sbostic  *	@(#)apilib.h	8.1 (Berkeley) 06/06/93
831206Sminshall  */
931206Sminshall 
1033820Sbostic /*
1133820Sbostic  * What one needs to specify
1233820Sbostic  */
1333820Sbostic 
1431206Sminshall extern int
1531206Sminshall     api_sup_errno,			/* Supervisor error number */
1631206Sminshall     api_sup_fcn_id,			/* Supervisor function id (0x12) */
1731206Sminshall     api_fcn_errno,			/* Function error number */
1831206Sminshall     api_fcn_fcn_id;			/* Function ID (0x6b, etc.) */
19