Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / amigaguide / expungexref.c
blob09c13debe61d12cc43a902890edf2161549a50f5
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
34 SEE ALSO
36 INTERNALS
38 HISTORY
41 ******************************************************************************/
43 AROS_LIBFUNC_INIT
45 #warning TODO: Write amigaguide/ExpungeXRef()
46 aros_print_not_implemented ("amigaguide/ExpungeXRef");
48 AROS_LIBFUNC_EXIT
49 } /* ExpungeXRef */