]> diplodocus.org Git - nmh/blob - uip/replsbr.h
vector.c: Move interface to own file.
[nmh] / uip / replsbr.h
1 /* replsbr.h -- routines to help repl along...
2 *
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information.
6 */
7
8 void replout(FILE *inb, char *msg, char *drft, struct msgs *mp,
9 int outputlinelen, int mime, char *form, char *filter, char *fcc,
10 int fmtproc);
11
12 extern short ccto;
13 extern short cccc;
14 extern short ccme;
15 extern short querysw;