summaryrefslogtreecommitdiff
path: root/src/fcint.h
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-09-06 17:01:19 +0900
committerAkira TAGOH <akira@tagoh.org>2017-11-20 17:37:22 +0530
commit7b48fd3dd406b926f0e5240b211f72197ed538a9 (patch)
treeba0155ed4c6fbebe5ffda6572c49f82380ee80e4 /src/fcint.h
parent64895e719dd8d18c52a31d66cd189915bc8c00b8 (diff)
downloadfontconfig-7b48fd3dd406b926f0e5240b211f72197ed538a9.tar.gz
Use uuid-based cache filename if uuid is assigned to dirs
Diffstat (limited to 'src/fcint.h')
-rw-r--r--src/fcint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fcint.h b/src/fcint.h
index 2a6ec27..d1a2383 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -587,6 +587,10 @@ struct _FcValuePromotionBuffer {
/* fccache.c */
+FcPrivate FcBool
+FcDirCacheCreateUUID (const FcChar8 *dir,
+ FcBool force);
+
FcPrivate FcCache *
FcDirCacheScan (const FcChar8 *dir, FcConfig *config);