]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* add method to duplicate stringbuffer
[citadel.git] / libcitadel / lib / libcitadel.h
index 68c60429d94a52fffbf91b31c6a8492d6d94ba3f..81415177d61e155687d062060f8329e5d1d4b7a0 100644 (file)
@@ -203,6 +203,7 @@ void the_mime_parser(char *partnum,
 typedef struct StrBuf StrBuf;
 
 StrBuf* NewStrBuf(void);
+StrBuf* NewStrBufDup(const StrBuf *CopyMe);
 StrBuf* NewStrBufPlain(const char* ptr, int nChars);
 int StrBufPlain(StrBuf *Buf, const char* ptr, int nChars);
 StrBuf* _NewConstStrBuf(const char* StringConstant, size_t SizeOfStrConstant);