StrBufExtract_tokenFromStr: add wrapper around StrBufExtract_token() which takes...
[citadel.git] / libcitadel / lib / libcitadel.h
index 5fb0058f9a315fe4ed92bc1bb4e0a960ddc34c0e..3eee3728f998e274ea8bc3142b3f7ffa001ac34f 100644 (file)
@@ -278,6 +278,7 @@ long IOBufferStrLength(IOBuffer *FB);
 
 int StrBufSipLine(StrBuf *LineBuf, const StrBuf *Buf, const char **Ptr);
 int StrBufReplaceToken(StrBuf *Buf, long where, long HowLong, const char *Repl, long ReplLen);
+int StrBufExtract_tokenFromStr(StrBuf *dest, const char *Source, long SourceLen, int parmnum, char separator);
 int StrBufExtract_token(StrBuf *dest, const StrBuf *Source, int parmnum, char separator);
 int StrBufSub(StrBuf *dest, const StrBuf *Source, unsigned long Offset, size_t nChars);