sbr/read_line.h \
sbr/seq_add.h \
sbr/seq_del.h \
+ sbr/seq_getnum.h \
sbr/seq_print.h \
sbr/terminal.h \
sbr/unquote.h \
void scan_detect_mbox_style (FILE *);
void scan_finished(void);
char *seq_bits (struct msgs *);
-int seq_getnum (struct msgs *, char *);
char *seq_list (struct msgs *, char *);
int seq_nameok (char *);
*/
#include "h/mh.h"
+#include "seq_getnum.h"
#include "error.h"
#include "h/utils.h"
--- /dev/null
+/* seq_getnum.h -- find the index for a sequence
+ * -- return -1 if sequence doesn't exist
+ *
+ * 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. */
+
+int seq_getnum(struct msgs *, char *);
*/
#include "h/mh.h"
+#include "seq_getnum.h"
#include "h/utils.h"
/* allocate this much buffer space at a time */
*/
#include "h/mh.h"
+#include "seq_getnum.h"
#include "seq_print.h"
/*
*/
#include "h/mh.h"
+#include "seq_getnum.h"
#include "seq_del.h"
#include "seq_add.h"
#include "h/utils.h"
*/
#include "h/mh.h"
+#include "sbr/seq_getnum.h"
#include "sbr/error.h"
#include "h/utils.h"
#include "h/done.h"
*/
#include "h/mh.h"
+#include "sbr/seq_getnum.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
#include "h/fmt_compile.h"
*/
#include "h/mh.h"
+#include "sbr/seq_getnum.h"
#include "sbr/seq_add.h"
#include "sbr/arglist.h"
#include "sbr/error.h"
*/
#include "h/mh.h"
+#include "sbr/seq_getnum.h"
#include "sbr/error.h"
#include "h/fmt_scan.h"
#include "h/scansbr.h"