]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* NewStrBufDupAppendFlush(): if you have an IO/Buf, and a maybe yet created or still...
[citadel.git] / libcitadel / lib / libcitadel.h
index 029145f1237df4b4ee83384661b0ccad6d1d2d3e..d297385bcee6c3f83ba8bb2bd77c8af6db34fb29 100644 (file)
@@ -189,6 +189,7 @@ StrBuf* NewStrBufDup(const StrBuf *CopyMe);
 StrBuf* NewStrBufPlain(const char* ptr, int nChars);
 long StrBufShrinkToFit(StrBuf *Buf, int Force);
 void ReAdjustEmptyBuf(StrBuf *Buf, long ThreshHold, long NewSize);
+void NewStrBufDupAppendFlush(StrBuf **CreateRelpaceMe, StrBuf *CopyFlushMe, int KeepOriginal);
 
 int StrBufPlain(StrBuf *Buf, const char* ptr, int nChars);
 StrBuf* _NewConstStrBuf(const char* StringConstant, size_t SizeOfStrConstant);