X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fnetrc.h;h=b4bb8449b8f9f3b7e772d808babda3963bae25e6;hp=9dd9ded310ba60ad20d6dbcc387c1b6d3645cd1d;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=b9e9ad65ccf6c1fbf989852c5adbb0f840f9c58b diff --git a/src/netrc.h b/src/netrc.h index 9dd9ded3..b4bb8449 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -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 */