1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(pop_retr): Declare comment.

This commit is contained in:
Dave Love 2002-11-14 14:09:51 +00:00
parent 7a71a86d3d
commit b553981f42

View File

@ -845,6 +845,7 @@ popmail (mailbox, outfile, preserve, password, reverse_order)
int
pop_retr (server, msgno, arg)
popserver server;
int msgno;
FILE *arg;
{
extern char *strerror ();