X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_cgi.h;h=b9b8c09c0109f4e585246a61f774c52295667298;hb=7a68173fb6818d30bf2335d40970e38adc259588;hp=3a0105ac7c5d41fbff512b7af5dbfc8537cda23f;hpb=e9d94ae68f4081b25c4d278cea49b51354062e7d;p=collection4.git diff --git a/src/utils_cgi.h b/src/utils_cgi.h index 3a0105a..b9b8c09 100644 --- a/src/utils_cgi.h +++ b/src/utils_cgi.h @@ -14,4 +14,8 @@ const char *script_name (void); int time_to_rfc1123 (time_t t, char *buffer, size_t buffer_size); +char *html_escape (const char *string); +char *html_escape_buffer (char *buffer, size_t buffer_size); +char *html_escape_copy (char *dest, const char *src, size_t n); + #endif /* UTILS_CGI_H */