2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 /*****************************************************************************
14 #include <proto/commodities.h>
16 AROS_LH2I(VOID
, RouteCxMsg
,
20 AROS_LHA(CxMsg
*, cxm
, A0
),
21 AROS_LHA(CxObj
*, co
, A1
),
25 struct Library
*, CxBase
, 27, Commodities
)
29 Set the next destination of a commodity message to be 'co'.
30 ('co' must be a valid commodity object and linked in to the commodities
35 cxm - the commodity message to route (may NOT be NULL)
36 co - the commodity object to route the message to (may NOT be NULL)
54 ******************************************************************************/