/* $Id$ ** This file is part of Swish-e. Swish-e is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Swish-e 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 GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Swish-e; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA See the COPYING file that accompanies the Swish-e distribution for details of the GNU GPL and the special exception available for linking against the Swish-e library. ** Mon May 9 18:19:34 CDT 2005 ** added GPL *************************************************************************************** ** Swish code is going to be reorganized... ** ** Better module design, better structure and better code, ** better routine names and more comments (hopefully). ** ** This module is a tmp module for code reorganization. ** ** Routines which were wrongly in other modules or are currently ** not yet assigned to a module will be tmp. moved here. ** ** ** ** ** 05/2001 rasc */ #ifndef __HasSeenModule_TMP_NO_BETTER_PLACE #define __HasSeenModule_TMP_NO_BETTER_PLACE 1 /* moved prototypes here */ /* will be globally included via swish.h */ /* $$$ to be moved to other module! */ void translatecharHeaderOut (SWISH *sw, int v, INDEXDATAHEADER *h ); #endif