2 Copyright © 1995-2007, 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 *****************************************************************************/
50 ReleaseSemaphore (&GetPrivIBase(IntuitionBase
)->ClassListLock
);
53 } /* unlockPubClass */