]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* StrBufTrim; port of striplt to strbuf; since the rest of the world calls this Trim...
[citadel.git] / libcitadel / lib / libcitadel.h
index 942dcbea79fb7f825768d8e584246720934a6912..c89a511d459ce0fad3ffba3349037f4661ad306b 100644 (file)
@@ -254,6 +254,7 @@ void StrBufVAppendPrintf(StrBuf *Buf, const char *format, va_list ap);
 void StrBufPrintf(StrBuf *Buf, const char *format, ...) __attribute__((__format__(__printf__,2,3)));
 void StrBufCutLeft(StrBuf *Buf, int nChars);
 void StrBufCutRight(StrBuf *Buf, int nChars);
+void StrBufTrim(StrBuf *Buf);
 void StrBufUpCase(StrBuf *Buf);
 void StrBufEUid_unescapize(StrBuf *target, const StrBuf *source);
 void StrBufEUid_escapize(StrBuf *target, const StrBuf *source);