2 typedef struct _IO_FILE
FILE;
3 typedef struct _message
7 extern FILE *fopen (const char *__restrict __filename
,
8 const char *__restrict __modes
);
10 int imap_fetch_message (int i
, MESSAGE
*msg
, char *p
)
12 if ((msg
->fp
= i
? 0 : f ()))
15 msg
->fp
= fopen (p
, "r");