]> git.ipfire.org Git - thirdparty/squid.git/blob - include/html_quote.h
Merge form trunk
[thirdparty/squid.git] / include / html_quote.h
1 #ifndef _SQUID_HTML_QUOTE_H
2 #define _SQUID_HTML_QUOTE_H
3
4 #ifdef __cplusplus
5 extern "C"
6 #else
7 extern
8 #endif
9
10 char *html_quote(const char *);
11
12 #endif /* _SQUID_HTML_QUOTE_H */