From: Keith Packard Date: Sun, 20 Jul 2003 17:14:47 +0000 (+0000) Subject: Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND X-Git-Tag: fc-2_2_91~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=116e13b4431b051b8196db201c22cd67b30922e9;p=fontconfig.git Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND --- 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