2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
8 #include <proto/exec.h>
9 #include <aros/debug.h>
10 #include "rexxsupport_intern.h"
13 /*****************************************************************************
17 AROS_LH1(VOID
, ClosePortRsrc
,
20 AROS_LHA(struct RexxRsrc
*, rsrc
, A0
),
23 struct Library
*, RexxSupportBase
, 6, RexxSupport
)
26 Deletes a RexxMsg structure
29 packet - The RexxMsg to delete.
41 rexxsyslib.library/CreateRexxMsg()
46 *****************************************************************************/
50 portcleanup(RexxSupportBase
, (struct PortNode
*)rsrc
);
52 ReturnVoid("ClosePortRsrc");