gpp4  1.3.1
src/cmap_skew.h
Go to the documentation of this file.
00001 /*
00002      cmap_skew.h: header file for cmap_skew.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_SKEW
00027 #define __GUARD_MAPLIB_SKEW
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00033 int skew_set(const CMMFile_Skew *skew);
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038 
00039 #endif    /* __GUARD_MAPLIB_SKEW */
00040 
00041 /*
00042   Local variables:
00043   mode: font-lock
00044   End:
00045 */