call that so that it can support more than one operation on its
mailbox.
void scan_detect_mbox_style (FILE *);
void scan_finished ();
void scan_eom_action (int (*)());
+void scan_reset_m_getfld_state ();
int seq_addmsg (struct msgs *, char *, int, int, int);
int seq_addsel (struct msgs *, char *, int, int);
char *seq_bits (struct msgs *);
return yp;
}
+ scan_reset_m_getfld_state ();
scan_eom_action ((int (*)()) 0); /* XXX */
fseek (fp, Msgs[msgnum].m_start, SEEK_SET);
return fp;
scan_eom_action (int (*action)()) {
m_eomsbr (gstate, action);
}
+
+void
+scan_reset_m_getfld_state () {
+ m_getfld_state_reset (&gstate);
+}