xref: /csrg-svn/usr.bin/tn3270/ascii/map3270.h (revision 35426)
135425Sminshall /*
2*35426Sminshall  * Copyright (c) 1988 Regents of the University of California.
3*35426Sminshall  * All rights reserved.
4*35426Sminshall  *
5*35426Sminshall  * Redistribution and use in source and binary forms are permitted
6*35426Sminshall  * provided that the above copyright notice and this paragraph are
7*35426Sminshall  * duplicated in all such forms and that any documentation,
8*35426Sminshall  * advertising materials, and other materials related to such
9*35426Sminshall  * distribution and use acknowledge that the software was developed
10*35426Sminshall  * by the University of California, Berkeley.  The name of the
11*35426Sminshall  * University may not be used to endorse or promote products derived
12*35426Sminshall  * from this software without specific prior written permission.
13*35426Sminshall  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*35426Sminshall  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*35426Sminshall  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*35426Sminshall  *
17*35426Sminshall  *	@(#)map3270.h	1.2 (Berkeley) 08/28/88
18*35426Sminshall  */
19*35426Sminshall 
20*35426Sminshall /*
2135425Sminshall  * Declaration for map3270.c.
2235425Sminshall  */
2335425Sminshall 
2435425Sminshall extern state
2535425Sminshall     *InitControl();
26