+++ /dev/null
-/* picksbr.h -- definitions for picksbr.c
- */
-
-/*
- * prototypes
- */
-int pcompile (char **, char *);
-int pmatches (FILE *, int, long, long, int);
*/
#include "h/mh.h"
+#include "picksbr.h"
#include "sbr/m_name.h"
#include "sbr/getarguments.h"
#include "sbr/seq_setprev.h"
#include "sbr/seq_add.h"
#include "sbr/error.h"
#include "h/tws.h"
-#include "h/picksbr.h"
#include "h/done.h"
#include "h/utils.h"
#include "sbr/m_maildir.h"
--- /dev/null
+/* picksbr.h -- routines to help pick 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. */
+
+int pcompile(char **, char *);
+int pmatches(FILE *, int, long, long, int);