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/mbsebbs/filesub.h

28 lines
559 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _FILESUB_H
#define _FILESUB_H
/* $Id$ */
2001-08-17 05:46:24 +00:00
FILE *OpenFareas(int);
2005-10-11 20:49:41 +00:00
int CheckBytesAvailable(int);
2001-08-17 05:46:24 +00:00
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 *);
2004-11-06 22:01:51 +00:00
int ImportFile(char *, int, int, off_t);
2005-10-11 20:49:41 +00:00
unsigned int Quota(void);
2001-08-17 05:46:24 +00:00
void ImportHome(char *);
#endif