X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=1a9ee549d75ee87325927f494418be929f6384a5;hb=ff3f1f98ed240a4cde511cace7acd09d40548656;hp=f45ba39fc2cd2bc9a53e03ed9af2b657f9ae523e;hpb=bf0093b72487bd463b9c7700902cd8765534c9c1;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index f45ba39..1a9ee54 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -643,4 +643,7 @@ FcStrBufData (FcStrBuf *buf, const FcChar8 *s, int len); int FcStrCmpIgnoreBlanksAndCase (const FcChar8 *s1, const FcChar8 *s2); +FcBool +FcStrUsesHome (const FcChar8 *s); + #endif /* _FC_INT_H_ */