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

17 lines
514 B
C
Raw Normal View History

2001-11-18 23:19:08 +00:00
/* $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 */
2001-11-25 12:18:18 +00:00
int UnpackFile(char *File); /* Unpack archive */
int AddFile(struct FILERecord, int, char *, char *, char *);
2001-11-25 12:18:18 +00:00
int CheckFDB(int, char *); /* Check FDB of area */
2001-12-02 20:49:36 +00:00
int LoadAreaRec(int); /* Load Area record */
2001-11-18 23:19:08 +00:00
#endif