]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Bug 24729 - [ne_NP] Fix ortho file
[fontconfig.git] / fontconfig / fontconfig.h
index 7b360563c3f2d09e4fba7542f25df8bdec635493..6a6d511a9e7b7369858f77576993837075df904b 100644 (file)
@@ -27,7 +27,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #include <stdarg.h>
 
 #if defined(__GNUC__) && (__GNUC__ >= 4)
@@ -52,8 +51,8 @@ typedef int           FcBool;
  */
 
 #define FC_MAJOR       2
-#define FC_MINOR       7
-#define FC_REVISION    3
+#define FC_MINOR       8
+#define FC_REVISION    0
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -424,6 +423,9 @@ FcCharSetDestroy (FcCharSet *fcs);
 FcPublic FcBool
 FcCharSetAddChar (FcCharSet *fcs, FcChar32 ucs4);
 
+FcPublic FcBool
+FcCharSetDelChar (FcCharSet *fcs, FcChar32 ucs4);
+
 FcPublic FcCharSet*
 FcCharSetCopy (FcCharSet *src);