]> sjero.net Git - wget/blobdiff - src/netrc.h
Fix compiler warnings
[wget] / src / netrc.h
index ac6662fb6c61a3cd9daf291a6b622b2104947433..b4bb8449b8f9f3b7e772d808babda3963bae25e6 100644 (file)
@@ -1,5 +1,6 @@
 /* Declarations for netrc.c
-   Copyright (C) 1996, 1996, 1997, 2007 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.
 
@@ -41,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 */