(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <libraries/commodities.h>
#include <proto/exec.h>
#include <proto/commodities.h>

VOID AttachCxObj (headObj , co)

LOCATION
In CxBase at offset 14

SYNOPSIS
CxObj * headObj
CxObj * co

FUNCTION
Add commodity object 'co' last in the list of objects of object 'headObj'.

INPUTS
headObj
pointer to a list of commodity objects
co
the object to add to the list

RESULT
If 'headObj' is NULL the entire tree of objects pointed to by 'co' is deleted. If 'co' is NULL, this is recorded in the error field of 'headObj'.

EXAMPLE

SEE ALSO
CxObjError(), ClearCxObjError()

NOTES

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library