]> code.citadel.org Git - citadel.git/blob - webcit/utils.h
Honor the 'Depth:' header in PROPFIND requests on a collection. Depth 0 only shows...
[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);