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

15 lines
421 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#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 */
2001-10-19 13:04:37 +00:00
void ListFileAreas(void); /* List fileareas */
2001-08-17 05:46:24 +00:00
#endif