emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100731: * movemail.c: Add MAIL_USE_P


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100731: * movemail.c: Add MAIL_USE_POP around prototypes.
Date: Tue, 06 Jul 2010 13:11:28 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100731
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Tue 2010-07-06 13:11:28 +0200
message:
  * movemail.c: Add MAIL_USE_POP around prototypes.
modified:
  lib-src/ChangeLog
  lib-src/movemail.c
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2010-07-04 06:05:43 +0000
+++ b/lib-src/ChangeLog 2010-07-06 11:11:28 +0000
@@ -1,3 +1,7 @@
+2010-07-06  Andreas Schwab  <address@hidden>
+
+       * movemail.c: Add MAIL_USE_POP around prototypes.
+
 2010-07-04  Dan Nicolaescu  <address@hidden>
 
        * fakemail.c (action): Convert function definitions to standard C.

=== modified file 'lib-src/movemail.c'
--- a/lib-src/movemail.c        2010-07-03 00:50:23 +0000
+++ b/lib-src/movemail.c        2010-07-06 11:11:28 +0000
@@ -154,11 +154,13 @@
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]