00001 /* 00002 cmap_data.h: header for cmap_data.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 3 of the License, or (at your option) any later version. 00009 00010 This library is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Lesser General Public License for more details. 00014 00015 You should have received a copy of the GNU Lesser General Public 00016 License along with This library. If not, see 00017 <http://www.gnu.org/licenses/>. 00018 00019 */ 00020 00025 #ifndef __GUARD_MAPLIB_DATA 00026 #define __GUARD_MAPLIB_DATA 00027 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00032 int number_sections(CMMFile *mfile); 00033 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 00038 #endif /* __GUARD_MAPLIB_DATA */ 00039 00040 /* 00041 Local variables: 00042 mode: font-lock 00043 End: 00044 */