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