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

18 lines
663 B
C
Raw Normal View History

/* $Id$ */
2001-08-17 05:46:24 +00:00
#ifndef _FUNCS_H
#define _FUNCS_H
2001-11-12 21:42:17 +00:00
void UserSilent(int); /* Update users silent flag info */
int CheckStatus(void); /* Check BBS open status */
2002-07-28 12:31:28 +00:00
int CheckUnixNames(char *); /* Check Unix and other forbidden names */
2001-11-12 21:42:17 +00:00
int CheckName(char *); /* Check if user name exists */
char *ChangeHomeDir(char *, int); /* Change and Create Users Home Directories */
void CheckDir(char *); /* Check and create directory */
void FindMBSE(void); /* Load Configuration file in memory */
char *GLCdateyy(void); /* Returns current date DD-Mmm-YYYY */
char *GetMonth(int); /* Returns Mmm */
2001-08-17 05:46:24 +00:00
#endif