xref: /original-bsd/usr.bin/tn3270/api/apilib.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1988, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)apilib.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 /*
11  * What one needs to specify
12  */
13 
14 extern int
15     api_sup_errno,			/* Supervisor error number */
16     api_sup_fcn_id,			/* Supervisor function id (0x12) */
17     api_fcn_errno,			/* Function error number */
18     api_fcn_fcn_id;			/* Function ID (0x6b, etc.) */
19