Mercurial > hg > xemacs-beta
diff lib-src/movemail.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 8eaf7971accc |
children | 78f53ef88e17 |
line wrap: on
line diff
--- a/lib-src/movemail.c Mon Aug 13 09:49:11 2007 +0200 +++ b/lib-src/movemail.c Mon Aug 13 09:50:14 2007 +0200 @@ -69,6 +69,10 @@ #include "pop.h" #endif +#ifndef HAVE_STRERROR +static char * strerror (int errnum); +#endif /* HAVE_STRERROR */ + #ifdef MSDOS #undef access #endif /* MSDOS */ @@ -604,7 +608,6 @@ static int pop_retr (popserver server, int msgno, int (*action)(), int arg) { - extern char *strerror (); char *line; int ret;