]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Bail gracefully if the cache file does not contain enough data.
[fontconfig.git] / fontconfig / fontconfig.h
index 154959360b3493530b00c6d77984866ff02851e3..2ddd42fa2982ddf2d6f7035ebd95365d40117828 100644 (file)
@@ -46,7 +46,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       3
-#define FC_REVISION    93
+#define FC_REVISION    95
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -328,6 +328,10 @@ FcConfigBuildFonts (FcConfig *config);
 FcStrList *
 FcConfigGetFontDirs (FcConfig   *config);
 
+const FcChar8 *
+FcConfigNormalizeFontDir (FcConfig     *config, 
+                         const FcChar8 *d);
+
 FcStrList *
 FcConfigGetConfigDirs (FcConfig   *config);