From: Andreas Schwab Date: Tue, 6 Jul 2010 11:11:28 +0000 (+0200) Subject: * movemail.c: Add MAIL_USE_POP around prototypes. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2ad23ef3f72a4d8169648592740143770c2323e;p=emacs.git * movemail.c: Add MAIL_USE_POP around prototypes. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8afa8e2b54b..fcdc00993ef 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2010-07-06 Andreas Schwab + + * movemail.c: Add MAIL_USE_POP around prototypes. + 2010-07-04 Dan Nicolaescu * fakemail.c (action): Convert function definitions to standard C. diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 733303455b0..ad9f7c76ea0 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -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;