gpp4  1.3.1
cmap_data.h
Go to the documentation of this file.
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
7  License as published by the Free Software Foundation, either
8  version 3 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public
16  License along with This library. If not, see
17  <http://www.gnu.org/licenses/>.
18 
19 */
20 
25 #ifndef __GUARD_MAPLIB_DATA
26 #define __GUARD_MAPLIB_DATA
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
32 int number_sections(CMMFile *mfile);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* __GUARD_MAPLIB_DATA */
39 
40 /*
41  Local variables:
42  mode: font-lock
43  End:
44 */
int number_sections(CMMFile *mfile)
Definition: cmap_data.c:39
Construct to hold the information about a map file.
Definition: cmaplib.h:118