home *** CD-ROM | disk | FTP | other *** search
- /* File: maillst.h
- /* Copyright (c) 1994 by John Gambini
- */
-
- #define MAILLST "maillst"
-
- typedef struct _mail_rec
- {
- long num;
- char name[30];
- char addr1[30];
- char addr2[30];
- char city[25];
- char state[2];
- char zip[10];
- char phone[12];
- char fax[12];
- char type[3];
- } MAIL_REC;
-
-
- extern void InitISAM( void );
- extern void Actions( int wData, int wStat, int fhdl );