2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 /*****************************************************************************
14 #include "proto/commodities.h"
16 AROS_LH1I(VOID
, ClearCxObjError
,
20 AROS_LHA(CxObj
*, co
, A0
),
24 struct Library
*, CxBase
, 12, Commodities
)
28 Clears the accumulated error of the commodity object 'co'.
32 co -- the object in question
38 An error of type COERR_BADFILTER should not be cleared as this tells
39 commodities that the filter in question is all right, and this is not
40 what you want. Set a correct filter (via SetFilter() or SetFilterIX())
41 or don't change the error value.
55 ******************************************************************************/