]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Compare device numbers as well as inodes. Always normalize directory names
[fontconfig.git] / fontconfig / fontconfig.h
index 515d8672a9efd8ccf8883a3caa22e609b056ce4a..154959360b3493530b00c6d77984866ff02851e3 100644 (file)
@@ -46,7 +46,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       3
-#define FC_REVISION    92
+#define FC_REVISION    93
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -282,7 +282,7 @@ FcBool
 FcDirCacheHasCurrentArch (const FcChar8 *dir);
 
 FcBool
-FcDirCacheUnlink (const FcChar8 *dir);
+FcDirCacheUnlink (const FcChar8 *dir, FcConfig *config);
 
 /* fcblanks.c */
 FcBlanks *