#ifndef H_pop_H
#define H_pop_H
/* Downloads mail for an indexed user

$Id: pop,v 1.4 1999/10/05 22:34:02 joseph Exp $

*/

bool pop_fetch( int /*user*/, int */*count*/); /* On exit, *count will contain the number of messages downloaded */

#endif
