11 lines
112 B
C
11 lines
112 B
C
|
#ifndef _SCAN_H
|
||
|
#define _SCAN_H
|
||
|
|
||
|
|
||
|
void ScanMail(int);
|
||
|
int RescanOne(faddr *, char *, unsigned long);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|