From: Micah Cowan Date: Sat, 5 Sep 2009 20:34:15 +0000 (-0700) Subject: Automated merge. X-Git-Tag: v1.13~250 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0c24c435e7cca5cee1984eb6cf06fca0c37cc7ff;hp=cb555a94fa5188122569ed3803c463f27ccd0261 Automated merge. --- diff --git a/src/ChangeLog b/src/ChangeLog index a5beaa2e..10e80080 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-09-05 Steven Schubiger + + * retr.h: Declare set_local_file() to avoid build warnings. + 2009-09-05 Gisle Vanem * connect.c, init.c, main.c, openssl.c, options.h: Replace diff --git a/src/retr.h b/src/retr.h index 856e7bc8..f50c9980 100644 --- a/src/retr.h +++ b/src/retr.h @@ -67,4 +67,6 @@ void rotate_backups (const char *); bool url_uses_proxy (struct url *); +void set_local_file (const char **, const char *); + #endif /* RETR_H */