]> sjero.net Git - wget/blobdiff - src/url.h
[svn] Rewrite shorthand URLs in a step separate from parsing.
[wget] / src / url.h
index 3c74a0e244226c1217cd8780aca1a7593f89e608..e9bcc37958fe711f952f2db797b086afc7765566 100644 (file)
--- a/src/url.h
+++ b/src/url.h
@@ -137,4 +137,6 @@ urlpos *add_url PARAMS ((urlpos *, const char *, const char *));
 
 downloaded_file_t downloaded_file PARAMS ((downloaded_file_t, const char *));
 
+char *rewrite_url_maybe PARAMS ((const char *));
+
 #endif /* URL_H */