]> code.citadel.org Git - citadel.git/blob - webcit/utils.h
Citadel Networking: add configured remote room name, so its later on put into the...
[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);