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

Revision 9081, 1.4 KB 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 *      ctlrc.h
12 *              Global declarations for ctlr.c.
13 */
14
15extern void ctlr_aclear();
16extern void ctlr_add();
17extern void ctlr_add_bg();
18extern void ctlr_add_fg();
19extern void ctlr_add_gr();
20extern void ctlr_altbuffer();
21extern Boolean ctlr_any_data();
22extern void ctlr_bcopy();
23extern void ctlr_changed();
24extern void ctlr_clear();
25extern void ctlr_connect();
26extern void ctlr_erase();
27extern void ctlr_erase_all_unprotected();
28extern void ctlr_init();
29extern void ctlr_read_buffer();
30extern void ctlr_read_modified();
31extern void ctlr_scroll();
32extern void ctlr_shrink();
33extern void ctlr_snap_buffer();
34extern Boolean ctlr_snap_modes();
35extern void ctlr_write();
36extern struct ea *fa2ea();
37extern Boolean get_bounded_field_attribute();
38extern unsigned char *get_field_attribute();
39extern void mdt_clear();
40extern void mdt_set();
41extern int next_unprotected();
42extern int process_ds();
43extern void ps_process();
44extern void set_rows_cols();
45extern void ticking_start();
46extern void ticking_stop();
47extern void toggle_nop();
48extern void toggle_showTiming();
Note: See TracBrowser for help on using the repository browser.