X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fnetrc.h;h=b4bb8449b8f9f3b7e772d808babda3963bae25e6;hp=35a145f7810ac6d6aa11915ab8e3a20e6b106ed9;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d diff --git a/src/netrc.h b/src/netrc.h index 35a145f7..b4bb8449 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -1,5 +1,6 @@ /* Declarations for netrc.c - Copyright (C) 1996, 1996, 1997, 2007, 2008 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 */