/********************************************************************
 ** NETWORK FILESYSTEM - DOS HANDLER
 **
 ** (c) Spak, Darrell Tam, c9107253@ee.newcastle.edu.au (1994)
 ** phone (Australia) 049-829-710
 **                   +49-829-710
 ** (c) SST 1994
 **
 ** ACTION PARENT
 **
 ** TABS to 4
 ********************************************************************/

#include "/snd/everything.h"
#include "deadheads.h"
#include "root_protos.h"
#include "globs_protos.h"
#include "xtra_protos.h"
#include "lowest_protos.h"

/********************************************************************/
	long action_parent(struct DosPacket *dosmsg,
									struct MsgPort *dm_retport)
/********************************************************************

 ********************************************************************/
{

	dosmsg->dp_Res1 = 0; dosmsg->dp_Res2 = 0;
	return(AR_FLAG_RETURNDOSMSG);
}
