Mailing list header changes (fuck you Google)
[citadel.git] / webcit / utils.h
1 /*
2  * Copyright (c) 1996-2013 by the citadel.org team
3  *
4  * This program is open source software.  You can redistribute it and/or
5  * modify it under the terms of the GNU General Public License, version 3.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11  */
12
13 void StrEscPuts(const StrBuf *strbuf);
14 void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks);
15
16 void urlescputs(const char *);
17 void hurlescputs(const char *);
18 long stresc(char *target, long tSize, char *strbuf, int nbsp, int nolinebreaks);
19 void escputs(const char *strbuf);