summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-07-20 17:14:47 +0000
committerKeith Packard <keithp@keithp.com>2003-07-20 17:14:47 +0000
commit116e13b4431b051b8196db201c22cd67b30922e9 (patch)
tree6b8e1a2fc2b622b01782ccb3311bedae12191e9f
parent74a623e02efc23a39fb35e8d338858877b8f89e7 (diff)
Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND
-rw-r--r--fontconfig/fcfreetype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fontconfig/fcfreetype.h b/fontconfig/fcfreetype.h
index d300e79..479096f 100644
--- a/fontconfig/fcfreetype.h
+++ b/fontconfig/fcfreetype.h
@@ -26,6 +26,8 @@
#define _FCFREETYPE_H_
#include <freetype/freetype.h>
+_FCFUNCPROTOBEGIN
+
FT_UInt
FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
@@ -41,4 +43,6 @@ FcPatternGetFTFace (const FcPattern *p, const char *object, int n, FT_Face *f);
FcBool
FcPatternAddFTFace (FcPattern *p, const char *object, const FT_Face f);
+_FCFUNCPROTOEND
+
#endif