2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
6 Unlocks the public classes list.
9 #include <proto/exec.h>
10 #include "intuition_intern.h"
12 /*****************************************************************************
15 #include <proto/intuition.h>
17 AROS_LH0(void, unlockPubClass
,
22 struct IntuitionBase
*, IntuitionBase
, 121, Intuition
)
26 Unlocks the public classes list.
46 *****************************************************************************/
49 AROS_LIBBASE_EXT_DECL(struct IntuitionBase
*,IntuitionBase
)
51 ReleaseSemaphore (&GetPrivIBase(IntuitionBase
)->ClassListLock
);
54 } /* unlockPubClass */