00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 00005 void state_get_put( const char chJob[] ); 00006 00007 EXTERN struct t_state { 00008 00011 char chPutFilename[INPUT_LINE_LENGTH] , 00012 chGetFilename[INPUT_LINE_LENGTH]; 00013 00016 bool lgGet_state , 00017 lgPut_state; 00018 00020 bool lgPutAll; 00021 00023 bool lgState_print; 00024 00025 } state; 00026