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/saved-mbsebbs-code-2/mbsetup/m_marea.h
vbcoen 6a6a253885 Updated mbmon.c & mbsetup.c
Added doc dir. and manual as .pdf
restored deleted files - yep I screwed the pooch.
2015-11-03 20:41:11 +00:00

21 lines
396 B
C

#ifndef _MAREA_H
#define _MAREA_H
/* $Id: m_marea.h,v 1.3 2002/11/06 20:38:51 mbroek Exp $ */
int OpenMsgarea(void);
void CloseMsgarea(int);
int GroupInMarea(char *);
int NodeInMarea(fidoaddr);
int CountMsgarea(void);
void EditMsgarea(void);
void InitMsgarea(void);
void gold_areas(FILE *);
void msged_areas(FILE *);
int mail_area_doc(FILE *, FILE *, int);
char *PickMsgarea(char *);
#endif