diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-11 10:10:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-11 10:10:34 +0000 |
commit | 0a379f3570e256634fa48b143b6a46bf508eb150 (patch) | |
tree | 1343ba8a25c16b71c62353b24a01bf3070d99c56 /Build/source/texk/kpathsea/fontmap.h | |
parent | ce51c79c2c2f0d62a7f86a7d0e760d9c711e5dbf (diff) |
unexport libkpathsea internal function prototypes
git-svn-id: svn://tug.org/texlive/trunk@16967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/fontmap.h')
-rw-r--r-- | Build/source/texk/kpathsea/fontmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/fontmap.h b/Build/source/texk/kpathsea/fontmap.h index fcfe137ce11..2f7e21fc3fd 100644 --- a/Build/source/texk/kpathsea/fontmap.h +++ b/Build/source/texk/kpathsea/fontmap.h @@ -1,6 +1,6 @@ /* fontmap.h: declarations for reading a file to define additional font names. - Copyright 1993, 1994, 1995, 2008 Karl Berry. + Copyright 1993, 1994, 1995, 2008, 2010 Karl Berry. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -22,6 +22,7 @@ #include <kpathsea/hash.h> #include <kpathsea/types.h> +#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */ /* Look up KEY in all texfonts.map's in the glyph_format path, and return a null-terminated list of all matching entries, or NULL. */ @@ -31,4 +32,6 @@ extern string *kpathsea_fontmap_lookup (kpathsea kpse, const_string key); extern string *kpse_fontmap_lookup (const_string key); #endif +#endif /* MAKE_KPSE_DLL */ + #endif /* not FONTMAP_H */ |