PopServer renamed to popserver throughout.
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Oct 1994 20:35:57 +0000 (20:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Oct 1994 20:35:57 +0000 (20:35 +0000)
lib-src/movemail.c

index be18441..525d624 100644 (file)
@@ -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 ();