changeset 9630:5410efcb7b6e

PopServer renamed to popserver throughout.
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Oct 1994 20:35:57 +0000
parents 53e092e189c6
children a5bd0b6b080e
files lib-src/movemail.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/movemail.c	Thu Oct 20 20:14:45 1994 +0000
+++ b/lib-src/movemail.c	Thu Oct 20 20:35:57 1994 +0000
@@ -479,7 +479,7 @@
   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 @@
 }
 
 pop_retr (server, msgno, action, arg)
-     PopServer server;
+     popserver server;
      int (*action)();
 {
   extern char *strerror ();