gpp4
1.3.1
Main Page
Related Pages
Classes
Files
File List
File Members
src
cmap_header.h
Go to the documentation of this file.
1
/*
2
cmap_header.h: header file for cmap_header.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
26
#ifndef __GUARD_MAPLIB_HEADER
27
#define __GUARD_MAPLIB_HEADER
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
int
parse_mapheader
(
CMMFile
*mfile);
34
35
int
write_mapheader
(
CMMFile
*mfile);
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* __GUARD_MAPLIB_HEADER */
42
43
/*
44
Local variables:
45
mode: font-lock
46
End:
47
*/
parse_mapheader
int parse_mapheader(CMMFile *mfile)
Definition:
cmap_header.c:31
write_mapheader
int write_mapheader(CMMFile *mfile)
Definition:
cmap_header.c:106
_CMMFile
Construct to hold the information about a map file.
Definition:
cmaplib.h:118
Generated by
1.8.9.1