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/misc.h

16 lines
390 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _MISC_H
#define _MISC_H
void Setup(char *, char *); /* This function replaces a string in the users file */
int GetLastUser(void);
void LastCallers(char *);
2001-11-02 22:08:33 +00:00
void SaveLastCallers(void);
2001-08-17 05:46:24 +00:00
char *GLCdate(void); /* Returns current date DD-Mmm */
void DisplayLogo(void);
int ChkFiles(void);
int MoreFile(char *);
void Check_PM(void); /* Check for personal message */
#endif