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/saved-mbsebbs-code-2/mbsebbs/filesub.h
vbcoen 6a6a253885 Updated mbmon.c & mbsetup.c
Added doc dir. and manual as .pdf
restored deleted files - yep I screwed the pooch.
2015-11-03 20:41:11 +00:00

28 lines
606 B
C

#ifndef _FILESUB_H
#define _FILESUB_H
/* $Id: filesub.h,v 1.6 2005/10/11 20:49:48 mbse Exp $ */
FILE *OpenFareas(int);
int CheckBytesAvailable(int);
int iLC(int);
void Header(void);
void Sheader(void);
int ShowOneFile(void);
int Addfile(char *, int, int);
void InitTag(void);
void SetTag(_Tag);
void Blanker(int);
void GetstrD(char *, int);
void Mark(void);
int UploadB_Home(char *);
char *GetFileType(char *);
void Home(void);
int ScanDirect(char *);
int ScanArchive(char *, char *);
int ImportFile(char *, int, int, off_t);
unsigned int Quota(void);
void ImportHome(char *);
#endif