Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / muimaster / mui_error.c
blob80f8fab66470f70c63d49ef9f3d03ee61871f6cc
1 /*
2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/muimaster.h>
7 #include "muimaster_intern.h"
9 /*****************************************************************************
11 NAME */
12 AROS_LH0(LONG, MUI_Error,
14 /* SYNOPSIS */
16 /* LOCATION */
17 struct Library *, MUIMasterBase, 11, MUIMaster)
19 /* FUNCTION
20 Obsolete function. Use SetIoErr()/IoErr() instead.
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
32 SEE ALSO
33 MUI_SetError()
35 INTERNALS
37 HISTORY
39 *****************************************************************************/
41 AROS_LIBFUNC_INIT
43 return 0;
45 AROS_LIBFUNC_EXIT
47 } /* MUIA_Error */