Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND

This commit is contained in:
Keith Packard 2003-07-20 17:14:47 +00:00
parent 74a623e02e
commit 116e13b443
1 changed files with 4 additions and 0 deletions

View 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