This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbfido/mbfutil.h
2001-11-18 23:19:08 +00:00

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