]> code.citadel.org Git - citadel.git/blob - webcit/utils.h
Moved modal div above iconbar and everything else, this lets Opera Mobile successfull...
[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);