From 116e13b4431b051b8196db201c22cd67b30922e9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 20 Jul 2003 17:14:47 +0000 Subject: [PATCH] Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND --- fontconfig/fcfreetype.h | 4 ++++ 1 file changed, 4 insertions(+) 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 +_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 -- 2.39.2