source: trunk/third/x3270/mainc.h @ 9081

Revision 9081, 769 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9080, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright 1995 by Paul Mattes.
3 *  Permission to use, copy, modify, and distribute this software and its
4 *  documentation for any purpose and without fee is hereby granted,
5 *  provided that the above copyright notice appear in all copies and that
6 *  both that copyright notice and this permission notice appear in
7 *  supporting documentation.
8 */
9
10/*
11 *      mainc.h
12 *              Global declarations for main.c.
13 */
14
15extern void invert_icon();
16extern void lock_icon();
17extern void relabel();
18extern void setup_keymaps();
19extern void x3270_exit();
20extern int x_connect();
21extern void x_connected();
22extern void x_disconnect();
23extern void x_except_off();
24extern void x_except_on();
25extern Status x_get_window_attributes();
26extern void x_in3270();
27extern void x_reconnect();
Note: See TracBrowser for help on using the repository browser.