]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
* add function to append strings encoding them in hex digits; this is basicaly a...
[citadel.git] / libcitadel / lib / libcitadel.h
index 48ba7b5895370e28e53d633b949584c3e8c018b1..e433594570f6f4cd49e07ed29b90dbc71257ae38 100644 (file)
@@ -321,6 +321,7 @@ int StrBufSanitizeAscii(StrBuf *Buf, const char Mute);
 #define RB                     (2)
 #define QU                     (3)
 void StrBufUrlescAppend(StrBuf *OutBuf, const StrBuf *In, const char *PlainIn);
+void StrBufHexescAppend(StrBuf *OutBuf, const StrBuf *In, const char *PlainIn);
 long StrEscAppend(StrBuf *Target, const StrBuf *Source, const char *PlainIn, int nbsp, int nolinebreaks);
 long StrECMAEscAppend(StrBuf *Target, const StrBuf *Source, const char *PlainIn);
 long StrHtmlEcmaEscAppend(StrBuf *Target, const StrBuf *Source, const char *PlainIn, int nbsp, int nolinebreaks);