add casts to zune macros to silence some warnings
[tangerine.git] / workbench / libs / amigaguide / lockamigaguidebase.c
blob3f3346f54df9ec854debab386e1985e91a6af6e3
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: AmigaGuide function LockAmigaGuideBase()
6 Lang: english
7 */
8 #include "amigaguide_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <proto/amigaguide.h>
15 AROS_LH1(LONG, LockAmigaGuideBase,
17 /* SYNOPSIS */
18 AROS_LHA(AMIGAGUIDECONTEXT, handle, A0),
20 /* LOCATION */
21 struct Library *, AmigaGuideBase, 6, AmigaGuide)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 #warning TODO: Write amigaguide/LockAmigaGuideBase()
47 aros_print_not_implemented ("amigaguide/LockAmigaGuideBase");
49 return 0;
51 AROS_LIBFUNC_EXIT
52 } /* LockAmigaGuideBase */