#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