xref: /csrg-svn/usr.bin/tn3270/api/apilib.h (revision 48754)
1*48754Sbostic /*-
2*48754Sbostic  * Copyright (c) 1988 The Regents of the University of California.
333820Sbostic  * All rights reserved.
431890Sminshall  *
5*48754Sbostic  * %sccs.include.redist.c%
633820Sbostic  *
7*48754Sbostic  *	@(#)apilib.h	4.2 (Berkeley) 04/26/91
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