diff options
Diffstat (limited to 'audio/icecast/files/patch-src::http.h')
-rw-r--r-- | audio/icecast/files/patch-src::http.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/icecast/files/patch-src::http.h b/audio/icecast/files/patch-src::http.h deleted file mode 100644 index 9e0ba9ec6026..000000000000 --- a/audio/icecast/files/patch-src::http.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/http.h -+++ src/http.h -@@ -44,6 +44,7 @@ - int print_http_variable (vartree_t *request_vars, const char *name, connection_t *clicon, int fd); - char *url_encode(const char *string, char **result_p); - char *url_decode (const char *string); -+char *html_escape(const char *string); - const char *parse_template_file (connection_t *clicon, connection_t *sourcecon, const char *ptr, int fd, vartree_t *variables); - int write_template_parsed_html_page (connection_t *clicon, connection_t *sourcecon, const char *template_file, int fd, vartree_t *variables); - const char *http_loop_sources (char *ident, connection_t *clicon, const char *ptr, int fd, vartree_t *variables); |