X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Futils.h;h=8e750b400de5337bf24ec31e26442120783cc2ae;hp=e4ac6f1da8e4750c351877d259a198bfbe21216b;hb=2ffb47eabf9fe89d513dc79bdc535e4092e1d6ee;hpb=9439a6659b9389ad390262ae188c95ab87c82ac0 diff --git a/src/utils.h b/src/utils.h index e4ac6f1d..8e750b40 100644 --- a/src/utils.h +++ b/src/utils.h @@ -82,4 +82,6 @@ char *legible_very_long PARAMS ((VERY_LONG_TYPE)); int numdigit PARAMS ((long)); void long_to_string PARAMS ((char *, long)); +char *html_quote_string PARAMS ((const char *)); + #endif /* UTILS_H */