X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=libcitadel%2Flib%2Flibcitadel.h;h=5d3520a7328ea86ac1597dc4e01d0e01665aec19;hp=02b9c9a4755352b5e3fdedec9daac474e41fdc99;hb=54ba2ed5462c8df35037a377398b05d1e8c0dcd9;hpb=952501a3a2e55c113eb12f3ec7ae360e45d58416 diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 02b9c9a47..5d3520a73 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -207,6 +207,7 @@ int FLUSHStrBuf(StrBuf *buf); /* expensive but doesn't leave content behind for const char *ChrPtr(const StrBuf *Str); int StrLength(const StrBuf *Str); #define SKEY(a) ChrPtr(a), StrLength(a) +void StrBufAsciify(StrBuf *Buf, const char repl); long StrBufPeek(StrBuf *Buf, const char* ptr, long nThChar, char PeekValue); long StrBufPook(StrBuf *Buf, const char* ptr, long nThChar, long nChars, char PookValue);