From: Richard M. Stallman Date: Thu, 20 Oct 1994 20:35:57 +0000 (+0000) Subject: PopServer renamed to popserver throughout. X-Git-Tag: emacs-19.34~6225 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b32701a7ff02dba163b010067559cb38c35d2d07;p=emacs.git PopServer renamed to popserver throughout. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index be18441695d..525d6240921 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -479,7 +479,7 @@ popmail (user, outfile) FILE *mbf; char *getenv (); int mbx_write (); - PopServer server; + popserver server; extern char *strerror (); server = pop_open (0, user, 0, POP_NO_GETPASS); @@ -579,7 +579,7 @@ popmail (user, outfile) } pop_retr (server, msgno, action, arg) - PopServer server; + popserver server; int (*action)(); { extern char *strerror ();