1 /*
2      cmap_data.h: header for cmap_data.c
3      Copyright (C) 2001  CCLRC, Charles Ballard
4 
5      This library is free software: you can redistribute it and/or
6      modify it under the terms of the GNU Lesser General Public License
7      version 3, modified in accordance with the provisions of the
8      license to address the requirements of UK law.
9 
10      You should have received a copy of the modified GNU Lesser General
11      Public License along with this library.  If not, copies may be
12      downloaded from http://www.ccp4.ac.uk/ccp4license.php
13 
14      This program is distributed in the hope that it will be useful,
15      but WITHOUT ANY WARRANTY; without even the implied warranty of
16      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17      GNU Lesser General Public License for more details.
18 */
19 #ifndef __GUARD_MAPLIB_DATA
20 #define __GUARD_MAPLIB_DATA
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 int number_sections(CMMFile *mfile);
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif    /* __GUARD_MAPLIB_DATA */
33