diff options
Diffstat (limited to 'netrc.h')
-rw-r--r-- | netrc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |