]> diplodocus.org Git - nmh/blob - sbr/folder_pack.h
sendsbr.c: Move interface to own file.
[nmh] / sbr / folder_pack.h
1 /* folder_pack.h -- pack (renumber) the messages in a folder
2 * -- into a contiguous range from 1 to n.
3 *
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. */
7
8 int folder_pack(struct msgs **, int);