Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / sbr / m_msgdef.c
1
2 /*
3  * m_msgdef.c -- some defines for sbr/m_getfld.c
4  *
5  * This code is Copyright (c) 2002, by the authors of nmh.  See the
6  * COPYRIGHT file in the root directory of the nmh distribution for
7  * complete copyright information.
8  */
9
10 #include <h/mh.h>
11
12 /*
13  * disgusting hack for "inc" so it can know how many characters
14  * were stuffed in the buffer on the last call (see comments
15  * in uip/scansbr.c)
16  */
17 int msg_count = 0;