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
2009-05-15 22:01:56 +02:00

13 lines
318 B
C

/* $Id: misc.h,v 1.3 2001/11/12 21:42:17 mbroek Exp $ */
#ifndef _MISC_H
#define _MISC_H
void Setup(char *, char *); /* This function replaces a string in the users file */
void SaveLastCallers(void);
char *GLCdate(void); /* Returns current date DD-Mmm */
void DisplayLogo(void);
int ChkFiles(void);
#endif