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/email.h
2009-05-15 22:01:56 +02:00

19 lines
338 B
C

#ifndef _EMAIL_H
#define _EMAIL_H
/* $Id: email.h,v 1.3 2005/10/11 20:49:48 mbse Exp $ */
void ShowEmailHdr(void);
int Read_a_Email(unsigned int);
void Read_Email(void);
void Write_Email(void);
void Reply_Email(int);
void QuickScan_Email(void);
void Trash_Email(void);
void Choose_Mailbox(char *);
void SetEmailArea(char *);
#endif