/*
 *	Copyright (C) 1984, 1985  SRI International
 *	Copyright (C) 1990, 1991  TGV, Incorporated
 */

/*
 *
 *	Spawn command
 *
 */
#include "vax-mm.h"

MM_Spawn(State)
{
	/*
	 *	Spawn
	 */
	Update_Header_File(0);	/* Make sure header file is updated */

	CMD_Spawn(State);
}

MM_Attach(State)
{
	/*
	 *	Spawn
	 */
	Update_Header_File(0);	/* Make sure header file is updated */

	CMD_Attach(State);
}
