00001 /* 00002 cmap_stats.h: header file for cmap_stats.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 00026 #ifndef __GUARD_MAPLIB_STATS 00027 #define __GUARD_MAPLIB_STATS 00028 00029 #ifdef __cplusplus 00030 extern "C" { 00031 #endif 00032 00033 int stats_update(CMMFile_Stats *stats, void *section_begin, 00034 void *section_end); 00035 00036 #ifdef __cplusplus 00037 } 00038 #endif 00039 00040 #endif /* __GUARD_MAPLIB_STATS */ 00041 00042 /* 00043 Local variables: 00044 mode: font-lock 00045 End: 00046 */