10 lines
80 B
C
10 lines
80 B
C
|
#ifndef _POP3_H
|
||
|
#define _POP3_H
|
||
|
|
||
|
|
||
|
void check_popmail(char *, char *);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|