/* 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 *);