Declare set_local_file().

This commit is contained in:
Steven Schubiger 2009-09-05 20:41:19 +02:00
parent f3e634a8b2
commit c770bdc149
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 */