Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / support / bboards / mmdfII / bboards / mmdfonly.c
1 /* mmdfonly.c - subroutines for stand-alone BBoards MMDF-II channel */
2
3
4 /* VARARGS2 */
5
6 void admonish (what, fmt, a, b, c, d, e, f)
7 char   *what,
8        *fmt,
9        *a,
10        *b,
11        *c,
12        *d,
13        *e,
14        *f;
15 {
16 }