aboutsummaryrefslogtreecommitdiffstats
path: root/netrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'netrc.h')
-rw-r--r--netrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netrc.h b/netrc.h
index c74d6b3c..b47d08b0 100644
--- a/netrc.h
+++ b/netrc.h
@@ -59,7 +59,7 @@ 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));
+netrc_entry *search_netrc __P((netrc_entry *list, char *host, char *account));
__END_DECLS
#endif /* _NETRC_H_ */