• Main Page
  • Related Pages
  • Classes
  • Files
  • File List
  • File Members

src/cmap_labels.h

Go to the documentation of this file.
00001 /*
00002      cmap_labels.h: header for cmap_labels.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_LABEL
00027 #define __GUARD_MAPLIB_LABEL
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00033 int parse_maplabels(CMMFile *mfile);
00034 int write_maplabels(const CMMFile *mfile);
00035 
00036 
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040 
00041 #endif    /* __GUARD_MAPLIB_LABEL */
00042 
00043 /*
00044   Local variables:
00045   mode: font-lock
00046   End:
00047 */

Generated on Sun Mar 20 2011 for gpp4 by  doxygen 1.7.1