Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / libs / amigaguide / unlockamigaguidebase.c
bloba3c3bb3caa911f7e2126eb5ec479ffb41d4da355
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: AmigaGuide function UnlockAmigaGuideBase()
6 Lang: english
7 */
8 #include "amigaguide_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <proto/amigaguide.h>
15 AROS_LH1(void, UnlockAmigaGuideBase,
17 /* SYNOPSIS */
18 AROS_LHA(LONG, key, D0),
20 /* LOCATION */
21 struct Library *, AmigaGuideBase, 7, AmigaGuide)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
34 This function is unimplemented.
36 SEE ALSO
38 INTERNALS
40 HISTORY
43 ******************************************************************************/
45 AROS_LIBFUNC_INIT
47 /* FIXME: amigaguide/UnlockAmigaGuideBase() */
48 aros_print_not_implemented ("amigaguide/UnlockAmigaGuideBase");
50 AROS_LIBFUNC_EXIT
51 } /* UnlockAmigaGuideBase */