]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fcfreetype.h
Update for version 2.3.2
[fontconfig.git] / fontconfig / fcfreetype.h
index d300e79e2b65fc6a28aba2d20599e19e6707cab4..a6cf2e64c15876503ab05a615a6f023793cb65ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $RCSId: xc/lib/fontconfig/fontconfig/fcfreetype.h,v 1.2 2002/02/15 06:01:27 keithp Exp $
  *
- * Copyright © 2001 Keith Packard
+ * Copyright Â© 2001 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
 
 #ifndef _FCFREETYPE_H_
 #define _FCFREETYPE_H_
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
+
+_FCFUNCPROTOBEGIN
 
 FT_UInt
 FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
@@ -41,4 +44,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