00001 /* 00002 cmaplib_f.h: header files for cmaplib_f.c 00003 Copyright (C) 2001 CCLRC, Charles Ballard 00004 00005 This library is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Lesser General Public 00007 License as published by the Free Software Foundation; either 00008 version 2.1 of the License, or (at your option) any later 00009 version. 00010 00011 This library is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 Lesser General Public License for more details. 00015 00016 You should have received a copy of the GNU Lesser General Public 00017 License along with this library; if not, write to the Free 00018 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00019 Boston, MA 02110-1301 USA 00020 00021 */ 00022 00030 #ifndef __GUARD_MAPLIB_FORTRAN 00031 #define __GUARD_MAPLIB_FORTRAN 00032 00033 #include "cmaplib.h" 00034 00035 #define MAXMAP MAXFILES 00036 00037 typedef struct _IOConvMap IOConvMap; 00038 00039 struct _IOConvMap { 00040 int ipc; 00041 char *logname; 00042 CMMFile *mapfile; 00043 }; 00044 00045 #endif /* __GUARD_MAPLIB_FORTRAN */ 00046 00047 /* 00048 Local variables: 00049 mode: font-lock 00050 End: 00051 */