]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fcfreetype.h
Added new FcFini function for cleaning up all memory. Fixed a few memory
[fontconfig.git] / 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