X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=netrc.h;h=c69316a89b6c40e3801e058e07181cfe3a01a1d4;hb=5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63;hp=0309ba6d70d2dec83bc272e03ef3133a6ce665ce;hpb=92583cd8fffa622b7fb85c1c041036de03e793a6;p=~andy%2Ffetchmail diff --git a/netrc.h b/netrc.h index 0309ba6d..c69316a8 100644 --- a/netrc.h +++ b/netrc.h @@ -46,6 +46,9 @@ netrc_entry *parse_netrc __P((char *file)); /* Return the netrc entry from LIST corresponding to HOST. NULL is returned if no such entry exists. */ netrc_entry *search_netrc __P((netrc_entry *list, char *host, char *account)); + +/* Free the netrc list structure */ +void free_netrc __P((netrc_entry *list)); __END_DECLS #endif /* _NETRC_H_ */