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/mbfile.h
2001-08-17 05:46:24 +00:00

13 lines
371 B
C

#ifndef _MBFILE_H_
#define _MBFILE_H
void Help(void); /* Show help screen */
void Check(void); /* Check file database */
void Index(void); /* Index filerquest */
void Req(void); /* Check symlinks */
void Kill(void); /* Kill/move old files */
void PackFileBase(void); /* Pack / Compress File Base */
void CreateWeb(void); /* Create WWW pages */
#endif