X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=0bc5df2b47e679fce828652351e0daa8b1df8187;hb=f57783d2e9c7362b1e5d5e3a967ba90fa49ade6e;hp=73d93315fb1e1ced8429367d062cd7c2376057af;hpb=0a87ce715e1862c56702f5be43af9f246aa34e68;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index 73d9331..0bc5df2 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -512,6 +512,9 @@ FcDirCacheMap (const FcChar8 *dir, FcConfig *config, FcChar8 **cache_file); FcBool FcDirCacheLoad (int fd, off_t size, void *closure); +FcBool +FcDirCacheUnlink (const FcChar8 *dir, FcConfig *config); + /* fccfg.c */ FcBool @@ -803,6 +806,9 @@ FcNameParseLangSet (const FcChar8 *string); FcBool FcNameUnparseLangSet (FcStrBuf *buf, const FcLangSet *ls); +FcChar8 * +FcNameUnparseEscaped (FcPattern *pat, FcBool escape); + /* fclist.c */ FcBool