13 lines
302 B
C
13 lines
302 B
C
/* $Id$ */
|
|
|
|
#ifndef _MBFUTIL_H_
|
|
#define _MBFUTIL_H
|
|
|
|
void ProgName(void); /* Program name header */
|
|
void die(int onsig); /* Shutdown and cleanup */
|
|
void Help(void); /* Show help screen */
|
|
void Marker(void); /* Eyecatcher */
|
|
void DeleteVirusWork(void); /* Delete unarc directory */
|
|
|
|
#endif
|