aboutsummaryrefslogtreecommitdiffstats
path: root/netrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'netrc.h')
-rw-r--r--netrc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/netrc.h b/netrc.h
index 7111146e..0309ba6d 100644
--- a/netrc.h
+++ b/netrc.h
@@ -27,8 +27,8 @@ typedef struct _netrc_entry {
/* The exact host name given in the .netrc, NULL if default. */
char *host;
- /* The name of the account. */
- char *account;
+ /* The login name of the user. */
+ char *login;
/* Password for the account (NULL, if none). */
char *password;