/* * Modifications Copyright 1993, 1994, 1995, 1996, 1999, 2002 by Paul Mattes. * Original X11 Port Copyright 1990 by Jeff Sparkes. * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation. * * Copyright 1989 by Georgia Tech Research Corporation, Atlanta, GA 30332. * All Rights Reserved. GTRC hereby grants public use of this software. * Derivative works based on this software must incorporate this copyright * notice. * * x3270, c3270, s3270 and tcl3270 are distributed in the hope that they will * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file LICENSE * for more details. */ /* * toggles.c * Global declarations for toggles.c. */ extern const char *toggle_names[N_TOGGLES]; LIB3270_INTERNAL void initialize_toggles(H3270 *session, struct toggle *toggle); LIB3270_INTERNAL void shutdown_toggles(H3270 *session, struct toggle *toggle);