view sbr/admonish.c @ 11:5cf052bee63d

update tags
author convert-repo
date Fri, 07 Nov 2008 20:20:35 +0000
parents bce86c4163a3
children
line wrap: on
line source

/* admonish.c - admonish the user */

#include "../h/mh.h"


/* VARARGS2 */

void admonish (what, fmt, a, b, c, d, e, f, g)
char   *what,
       *fmt,
       *a,
       *b,
       *c,
       *d,
       *e,
       *f,
       *g;
{
    advertise (what, "continuing...", fmt, a, b, c, d, e, f, g);
}