]> sjero.net Git - wget/blobdiff - src/netrc.h
Fix compiler warnings
[wget] / src / netrc.h
index 9dd9ded310ba60ad20d6dbcc387c1b6d3645cd1d..b4bb8449b8f9f3b7e772d808babda3963bae25e6 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for netrc.c
-   Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 1996, 1996, 1997, 2007, 2008, 2009, 2010, 2011 Free
+   Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -42,5 +42,6 @@ typedef struct _acc_t
 
 void search_netrc (const char *, const char **, const char **, int);
 void free_netrc (acc_t *l);
+void netrc_cleanup(void);
 
 #endif /* NETRC_H */