Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / libs / amigaguide / expungexref.c
blob1c23c94adbbfa6107bc6aa95735a8d7292c3266d
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: AmigaGuide function ExpungeXRef()
6 Lang: english
7 */
8 #include "amigaguide_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <proto/amigaguide.h>
15 AROS_LH0(void, ExpungeXRef,
17 /* SYNOPSIS */
19 /* LOCATION */
20 struct Library *, AmigaGuideBase, 22, AmigaGuide)
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
33 This function is unimplemented.
35 SEE ALSO
37 INTERNALS
39 HISTORY
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 /* FIXME: amigaguide/ExpungeXRef() */
47 aros_print_not_implemented ("amigaguide/ExpungeXRef");
49 AROS_LIBFUNC_EXIT
50 } /* ExpungeXRef */