/* * Copyright 2007 by Paul Mattes. * 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. * * c3270 is distributed in the hope that it 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. */ /* * icmdc.h * A curses-based 3270 Terminal Emulator * Declarations for icmd.c. */ // LIB3270_INTERNAL int interactive_transfer(String **params, Cardinal *num_params); #error Deprecated