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

15 lines
424 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _MSGUTIL_H
#define _MSGUTIL_H
char *rfcdate(time_t); /* Create RFC style date */
int Open_Msgbase(char *, int); /* Open msgbase for read/write */
void Close_Msgbase(void); /* Close msgbase */
void Add_Headkludges(faddr *, int); /* Header part of kludges */
void Add_Footkludges(int); /* Footer part of kludges */
void Sema_Mailout(void); /* Set mailout semafore */
#endif