1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Automated merge.

This commit is contained in:
Micah Cowan 2009-09-05 13:34:15 -07:00
commit 0c24c435e7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-09-05 Steven Schubiger <stsc@member.fsf.org>
* retr.h: Declare set_local_file() to avoid build warnings.
2009-09-05 Gisle Vanem <gvanem@broadpark.no>
* connect.c, init.c, main.c, openssl.c, options.h: Replace

View File

@ -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 */