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