int pidwait (pid_t, int);
-void scan_detect_mbox_style (FILE *);
-void scan_finished(void);
-
/*
* prototypes for some routines in uip
*/
*/
#include "h/mh.h"
+#include "scansbr.h"
#include "sbr/m_name.h"
#include "sbr/m_getfld.h"
#include "sbr/getarguments.h"
#include "h/fmt_scan.h"
#include "h/fmt_compile.h"
#include "h/utils.h"
-#include "h/scansbr.h"
#include "h/addrsbr.h"
#include "h/done.h"
#include "sbr/m_maildir.h"
*/
#include "h/mh.h"
+#include "scansbr.h"
#include "sbr/m_name.h"
#include "sbr/getarguments.h"
#include "sbr/seq_setprev.h"
#include "sbr/seq_getnum.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
-#include "h/scansbr.h"
#include "h/tws.h"
#include "h/mts.h"
#include "h/done.h"
*/
#include "h/mh.h"
+#include "scansbr.h"
#include "sbr/m_name.h"
#include "sbr/m_gmprot.h"
#include "sbr/m_getfld.h"
#include "sbr/error.h"
#include "h/addrsbr.h"
#include "h/fmt_scan.h"
-#include "h/scansbr.h"
#include "h/tws.h"
#include "h/utils.h"
#include "sbr/terminal.h"
-/* scansbr.h -- definitions for scan()
- */
+/* scansbr.h -- routines to help scan along...
+ *
+ * This code is Copyright (c) 2017, by the authors of nmh. See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information. */
#define SCNENC 2 /* message just fine, but encrypted(!!) */
#define SCNMSG 1 /* message just fine */
#define WIDTH 78
-/*
- * prototypes
- */
-int scan (FILE *, int, int, char *, int, int, int, char *, long, int,
- charstring_t *);
+int scan(FILE *, int, int, char *, int, int, int, char *, long, int, charstring_t *);
+void scan_finished(void);
+void scan_detect_mbox_style(FILE *);