]>
diplodocus.org Git - nmh/blob - sbr/seq_list.h
1 /* seq_list.h -- Get all messages in a sequence and return them
2 * -- as a space separated list of message ranges.
4 * This code is Copyright (c) 2017, by the authors of nmh. See the
5 * COPYRIGHT file in the root directory of the nmh distribution for
6 * complete copyright information. */
8 char *seq_list(struct msgs
*, char *);