summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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