summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f9754b3)
Merging in content of existing h/scansbr.h, though that only contained
one of the three prototypes. The other two were in h/prototypes.h.
h/popsbr.h \
h/prototypes.h \
h/rcvmail.h \
h/popsbr.h \
h/prototypes.h \
h/rcvmail.h \
h/signals.h \
h/tws.h \
h/utils.h \
h/signals.h \
h/tws.h \
h/utils.h \
uip/mhoutsbr.h \
uip/mhshowsbr.h \
uip/replsbr.h \
uip/mhoutsbr.h \
uip/mhshowsbr.h \
uip/replsbr.h \
int pidwait (pid_t, int);
int pidwait (pid_t, int);
-void scan_detect_mbox_style (FILE *);
-void scan_finished(void);
-
/*
* prototypes for some routines in uip
*/
/*
* prototypes for some routines in uip
*/
#include "sbr/getarguments.h"
#include "sbr/smatch.h"
#include "sbr/ambigsw.h"
#include "sbr/getarguments.h"
#include "sbr/smatch.h"
#include "sbr/ambigsw.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
#include "h/fmt_compile.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
#include "h/fmt_compile.h"
#include "h/done.h"
#include "h/utils.h"
#include "h/done.h"
#include "h/utils.h"
#include "sbr/m_name.h"
#include "sbr/m_getfld.h"
#include "sbr/getarguments.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/fmt_scan.h"
#include "h/fmt_compile.h"
#include "h/utils.h"
#include "h/addrsbr.h"
#include "h/done.h"
#include "sbr/m_maildir.h"
#include "h/addrsbr.h"
#include "h/done.h"
#include "sbr/m_maildir.h"
#include "sbr/m_name.h"
#include "sbr/m_gmprot.h"
#include "sbr/getarguments.h"
#include "sbr/m_name.h"
#include "sbr/m_gmprot.h"
#include "sbr/getarguments.h"
#include "h/dropsbr.h"
#include "h/popsbr.h"
#include "h/fmt_scan.h"
#include "h/dropsbr.h"
#include "h/popsbr.h"
#include "h/fmt_scan.h"
#include "h/signals.h"
#include "h/tws.h"
#include "h/mts.h"
#include "h/signals.h"
#include "h/tws.h"
#include "h/mts.h"
#include "sbr/getarguments.h"
#include "sbr/smatch.h"
#include "sbr/closefds.h"
#include "sbr/getarguments.h"
#include "sbr/smatch.h"
#include "sbr/closefds.h"
#include "h/signals.h"
#include <setjmp.h>
#include "h/rcvmail.h"
#include "h/signals.h"
#include <setjmp.h>
#include "h/rcvmail.h"
#include "h/fmt_scan.h"
#include "h/tws.h"
#include "h/mts.h"
#include "h/fmt_scan.h"
#include "h/tws.h"
#include "h/mts.h"
#include "sbr/m_name.h"
#include "sbr/getarguments.h"
#include "sbr/seq_setprev.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 "sbr/seq_getnum.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
#include "h/tws.h"
#include "h/mts.h"
#include "h/done.h"
#include "h/tws.h"
#include "h/mts.h"
#include "h/done.h"
#include "sbr/m_name.h"
#include "sbr/m_gmprot.h"
#include "sbr/m_getfld.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 "sbr/error.h"
#include "h/addrsbr.h"
#include "h/fmt_scan.h"
#include "h/tws.h"
#include "h/utils.h"
#include "sbr/terminal.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 SCNENC 2 /* message just fine, but encrypted(!!) */
#define SCNMSG 1 /* message just fine */
-/*
- * 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 *);