From: Steven Schubiger Date: Sat, 5 Sep 2009 18:41:19 +0000 (+0200) Subject: Declare set_local_file(). X-Git-Tag: v1.13~250^2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c770bdc14972b52f6ce753bec6108eaefa4e86b4 Declare set_local_file(). --- 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 */