2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
10 #include <proto/exec.h>
12 #include "camd_intern.h"
14 /*****************************************************************************
18 AROS_LH1(void, EndClusterNotify
,
21 AROS_LHA(struct ClusterNotifyNode
*, cn
,A0
),
24 struct CamdBase
*, CamdBase
, 38, Camd
)
27 void EndClusterNotify(struct ClusterNotifyNode *)
30 pointer to previously added ClusterNotifyNode.
36 DO NOT call with a ClusterNotifyNode that has not been added.
49 2001-01-12 ksvalast first created
50 2005-05-07 Lyle Hazelwood first implemented
52 *****************************************************************************/
56 if(cn
== NULL
) return;
58 Remove((struct Node
*)&cn
->cnn_Node
);