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/change.h
2001-11-02 22:05:24 +00:00

29 lines
1.1 KiB
C

#ifndef _CHANGE_H
#define _CHANGE_H
int Chg_Language(int); /* Change language */
void Chg_Password(void); /* Change BBS Password */
void Chg_Handle(void); /* Change Handle */
void Chg_Hotkeys(void); /* Toggle Hotkeys */
void Chg_Disturb(void); /* Toggle "Do not disturb" */
void Chg_MailCheck(void); /* Toggle New Mail Check */
void Chg_FileCheck(void); /* Toggle New Files Check */
void Chg_FsMsged(void); /* Toggle Fullscreen Editor */
void Chg_FsMsgedKeys(void); /* Toggle FS editor shortcut keys */
void Chg_Location(void); /* Change location */
void Chg_Address(void); /* Change address */
void Chg_Graphics(void); /* Toggle graphics */
void Chg_VoicePhone(void); /* Change voicephone */
void Chg_DataPhone(void); /* Change dataphone */
void Chg_News(void); /* Toggle News Bulletins */
void Chg_ScreenLen(void); /* Change screen len */
int Test_DOB(char *); /* Test of Date of Birth is valid */
void Chg_DOB(void); /* Change Date of Birth */
void Chg_Protocol(void); /* Change default transfer protocol. */
void Set_Protocol(char *); /* Set default protocol */
#endif