Add retension', erase', eom', and nbsf' subcommands.

This commit is contained in:
mycroft 1994-04-05 21:13:55 +00:00
parent 8e9b025479
commit b527513158

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)mt.c 5.6 (Berkeley) 6/6/91";*/
static char rcsid[] = "$Id: mt.c,v 1.3 1994/03/30 01:50:43 jtc Exp $";
static char rcsid[] = "$Id: mt.c,v 1.4 1994/04/05 21:13:55 mycroft Exp $";
#endif /* not lint */
/*
@ -75,6 +75,10 @@ struct commands {
{ "offline", MTOFFL, 1 },
{ "rewoffl", MTOFFL, 1 },
{ "status", MTNOP, 1 },
{ "retension", MTRETEN, 1 },
{ "erase", MTERASE, 0 },
{ "eom", MTEOM, 1 },
{ "nbsf", MTNBSF, 1 },
{ 0 }
};