#define HELPSW 12
{ "help", 0 },
#define FORW1SW 13
- { "forward", -7 }, /* interface from forw */
+ { "forward", -7 },
#define FORW2SW 14
- { "forwall", -7 }, /* interface from forw */
+ { "forwall", -7 },
#define DGSTSW 15
{ "digest list", -6 },
#define VOLUMSW 16
static jmp_buf env;
static jmp_buf mhlenv;
-static char delim3[] = /* from forw.c */
- "\n----------------------------------------------------------------------\n\n";
+static char delim3[] =
+"\n----------------------------------------------------------------------\n\n";
static char delim4[] = "\n------------------------------\n\n";
static FILE *(*mhl_action) () = (FILE *(*) ()) 0;