From 971a363228832ae0210491c2629f964b8bb7aea7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jul 1996 19:13:13 +0000 Subject: Some name changes. svn path=/trunk/; revision=24 --- fetchmail.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index c825f770..a73689de 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -56,9 +56,9 @@ struct optrec { int fetchall; int flush; int output; - char loginid [USERNAMELEN]; char *poprcfile; - char username [USERNAMELEN]; + char localname [USERNAMELEN]; + char remotename [USERNAMELEN]; char password [PASSWORDLEN]; #if defined(HAVE_APOP_SUPPORT) char digest [DIGESTLEN]; @@ -73,7 +73,7 @@ struct optrec { struct prc_server { char *server; int protocol; - char *username; + char *remotename; char *password; char *remotefolder; char *userfolder; -- cgit v1.2.3