xref: /csrg-svn/usr.bin/tn3270/api/apilib.h (revision 33820)
131206Sminshall /*
2*33820Sbostic  * Copyright (c) 1988 Regents of the University of California.
3*33820Sbostic  * All rights reserved.
431890Sminshall  *
5*33820Sbostic  * Redistribution and use in source and binary forms are permitted
6*33820Sbostic  * provided that this notice is preserved and that due credit is given
7*33820Sbostic  * to the University of California at Berkeley. The name of the University
8*33820Sbostic  * may not be used to endorse or promote products derived from this
9*33820Sbostic  * software without specific prior written permission. This software
10*33820Sbostic  * is provided ``as is'' without express or implied warranty.
11*33820Sbostic  *
12*33820Sbostic  *	@(#)apilib.h	3.2 (Berkeley) 03/28/88
1331206Sminshall  */
1431206Sminshall 
15*33820Sbostic /*
16*33820Sbostic  * What one needs to specify
17*33820Sbostic  */
18*33820Sbostic 
1931206Sminshall extern int
2031206Sminshall     api_sup_errno,			/* Supervisor error number */
2131206Sminshall     api_sup_fcn_id,			/* Supervisor function id (0x12) */
2231206Sminshall     api_fcn_errno,			/* Function error number */
2331206Sminshall     api_fcn_fcn_id;			/* Function ID (0x6b, etc.) */
24