]> code.citadel.org Git - citadel.git/blob - webcit/utils.h
adopt bf72ee1d83afb1735e5c13636a1f24c7247b2aa7 to stable: CTX is not a function here.
[citadel.git] / webcit / utils.h
1 void StrEscPuts(const StrBuf *strbuf);
2 void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks);
3
4 void urlescputs(const char *);
5 void hurlescputs(const char *);
6 long stresc(char *target, long tSize, char *strbuf, int nbsp, int nolinebreaks);
7 void escputs(const char *strbuf);