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/mbfido/msgutil.h

16 lines
229 B
C
Raw Normal View History

2002-03-31 13:09:23 +00:00
/* $Id$ */
2001-08-17 05:46:24 +00:00
#ifndef _MSGUTIL_H
#define _MSGUTIL_H
2002-03-31 13:09:23 +00:00
void Msg_Id(fidoaddr);
void Msg_Pid(int);
2002-03-31 13:09:23 +00:00
void Msg_Macro(FILE *);
2005-10-11 20:49:41 +00:00
int Msg_Top(char *, int, fidoaddr);
2002-03-31 13:09:23 +00:00
void Msg_Bot(fidoaddr, char *, char *);
void CountPosted(char *);
2001-08-17 05:46:24 +00:00
#endif