]> git.wh0rd.org - fontconfig.git/commitdiff
Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND
authorKeith Packard <keithp@keithp.com>
Sun, 20 Jul 2003 17:14:47 +0000 (17:14 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 20 Jul 2003 17:14:47 +0000 (17:14 +0000)
fontconfig/fcfreetype.h

index d300e79e2b65fc6a28aba2d20599e19e6707cab4..479096f7e82701f9a465828bde0099a64dc5eb9d 100644 (file)
@@ -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