sbr/mime_type.h \
sbr/read_line.h \
sbr/seq_add.h \
+ sbr/seq_del.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_delmsg (struct msgs *, char *, int);
-int seq_delsel (struct msgs *, char *, int, int);
int seq_getnum (struct msgs *, char *);
char *seq_list (struct msgs *, char *);
int seq_nameok (char *);
--- /dev/null
+/* seq_del.h -- delete message(s) from a sequence
+ *
+ * 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_delmsg(struct msgs *, char *, int);
+int seq_delsel(struct msgs *, char *, int, int);
*/
#include "h/mh.h"
+#include "seq_del.h"
#include "seq_add.h"
#include "h/utils.h"
*/
#include "h/mh.h"
+#include "sbr/seq_del.h"
#include "sbr/seq_print.h"
#include "sbr/seq_add.h"
#include "sbr/error.h"