10 lines
79 B
C
10 lines
79 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _VIRSCAN_H
|
||
|
#define _VIRSCAN_H
|
||
|
|
||
|
int VirScan(void);
|
||
|
|
||
|
#endif
|
||
|
|