X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=ec6a01cad4083e3eeaff889a1429dc996fbc2cf3;hb=3ed70071cdc8a03229c009f5565c23948264a5e0;hp=be520e78624cf522e34731a321d69a52fad65f9b;hpb=7d35c11b3304659d8be43913c9b125f2b5b38516;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index be520e7..ec6a01c 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -1018,6 +1018,9 @@ FcStrBufDestroy (FcStrBuf *buf); FcPrivate FcChar8 * FcStrBufDone (FcStrBuf *buf); +FcPrivate FcChar8 * +FcStrBufDoneStatic (FcStrBuf *buf); + FcPrivate FcBool FcStrBufChar (FcStrBuf *buf, FcChar8 c);