]> git.eshelyaron.com Git - emacs.git/commitdiff
* movemail.c: Add MAIL_USE_POP around prototypes.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 6 Jul 2010 11:11:28 +0000 (13:11 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 6 Jul 2010 11:11:28 +0000 (13:11 +0200)
lib-src/ChangeLog
lib-src/movemail.c

index 8afa8e2b54be3a700ddf78b801f7b54034e31b50..fcdc00993ef608a095229d827a2eaf171b86a9e2 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * movemail.c: Add MAIL_USE_POP around prototypes.
+
 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * fakemail.c (action): Convert function definitions to standard C.
index 733303455b00c9c159a571bbbabe797b6d8d1d8e..ad9f7c76ea05212c6ac9db6d90b8b5759669c12b 100644 (file)
@@ -154,11 +154,13 @@ void pfatal_with_name (char *name);
 void pfatal_and_delete (char *name);
 char *concat (char *s1, char *s2, char *s3);
 long *xmalloc (unsigned int size);
+#ifdef MAIL_USE_POP
 int popmail (char *mailbox, char *outfile, int preserve, char *password, int reverse_order);
 int pop_retr (popserver server, int msgno, FILE *arg);
 int mbx_write (char *line, int len, FILE *mbf);
 int mbx_delimit_begin (FILE *mbf);
 int mbx_delimit_end (FILE *mbf);
+#endif
 
 /* Nonzero means this is name of a lock file to delete on fatal error.  */
 char *delete_lockname;