Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / amigaguide / unlockamigaguidebase.c
blob0b525168d78217705060a1253b5bebb04880399f
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
35 SEE ALSO
37 INTERNALS
39 HISTORY
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 #warning TODO: Write amigaguide/UnlockAmigaGuideBase()
47 aros_print_not_implemented ("amigaguide/UnlockAmigaGuideBase");
49 AROS_LIBFUNC_EXIT
50 } /* UnlockAmigaGuideBase */