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