home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- * infomail.h Copyright (C) Damian Walker 1995 *
- *--------------------------------------------------------------------*
- * Infomail header file, containing structures etc. *
- *--------------------------------------------------------------------*
- * Author Damian G Walker *
- * Date 10-Feb-96 *
- **********************************************************************/
-
-
- /* Structures *********************************************************/
-
-
- struct setuprec
- {
- char netmail[64]; /* FrontDoor netmail directory */
- char name[36]; /* name of infomail server */
- int zone; /* zone of infomail server */
- int net; /* net of infomail server */
- int node; /* node of infomail server */
- int point; /* point of infomail server */
- int kill; /* kill messages when sent */
- };
-
-
- struct inforec
- {
- int deleted; /* true if entry has been deleted */
- char name[9]; /* name of information pack */
- char file[64]; /* filename of information pack */
- };
-