X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fnetrc.h;h=47adb79339ec025a9510bb733484a2b7b53d99ba;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hp=03af8f7255d997bb69d13001d0447ef95103c5fd;hpb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;p=wget diff --git a/src/netrc.h b/src/netrc.h index 03af8f72..47adb793 100644 --- a/src/netrc.h +++ b/src/netrc.h @@ -33,14 +33,15 @@ as that of the covered work. */ typedef struct _acc_t { - char *host; /* NULL if this is the default machine - entry. */ + char *host; /* NULL if this is the default machine + entry. */ char *acc; - char *passwd; /* NULL if there is no password. */ + char *passwd; /* NULL if there is no password. */ struct _acc_t *next; } 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 */