Initial version of email gateway under CVS control.
[egate.git] / include / iso2709.h
1 /*
2    Record management
3
4    Europagate, 1994-1995.
5
6    $Log: iso2709.h,v $
7    Revision 1.1.1.1  1995/02/09 17:27:12  adam
8    Initial version of email gateway under CVS control.
9
10  */
11
12 typedef struct iso2709_rec *Iso2709Rec;
13
14 char *iso2709_read (FILE *inf);
15 Iso2709Rec iso2709_cvt (const char *buf);