6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
13 lines
151 B
C
13 lines
151 B
C
#ifndef _MAIL_H
|
|
#define _MAIL_H
|
|
|
|
|
|
int CountMsgarea(void);
|
|
void EditMsgarea(void);
|
|
void mail_menu(void);
|
|
int mail_doc(FILE *, FILE *, int);
|
|
|
|
|
|
#endif
|
|
|