]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* missing encoding function added
[citadel.git] / libcitadel / lib / libcitadel.h
index ef20f954313a9e1156aa5cd5fff7fc40d8c78fe1..0855af01e7d7cc061a0eda551e0bb1b0ad55f9b7 100644 (file)
@@ -227,6 +227,7 @@ void StrBufPrintf(StrBuf *Buf, const char *format, ...) __attribute__((__format_
 void StrBufCutLeft(StrBuf *Buf, int nChars);
 void StrBufCutRight(StrBuf *Buf, int nChars);
 void StrBufEUid_unescapize(StrBuf *target, StrBuf *source);
+void StrBufEUid_escapize(StrBuf *target, StrBuf *source);
 
 long StrTol(StrBuf *Buf);