]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* some doxygen grouping
[citadel.git] / libcitadel / lib / libcitadel.h
index a981628406f7b00ccf0f348de36153889053a71a..09cb3ef11da9ec1e2dc3df0aa843c7fc8ee85309 100644 (file)
@@ -308,6 +308,7 @@ void StrBufStripSlashes(StrBuf *Dir, int RemoveTrailingSlash);
 void StrBufEUid_unescapize(StrBuf *target, const StrBuf *source);
 void StrBufEUid_escapize(StrBuf *target, const StrBuf *source);
 
+void StrBufToUnixLF(StrBuf *buf);
 void StrBufReplaceChars(StrBuf *buf, char search, char replace);
 
 int CompressBuffer(StrBuf *Buf);