Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / mui_error.c
blobadf919990267b154ddaedfdcb225e928740f6cfe
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 *****************************************************************************/
39 AROS_LIBFUNC_INIT
41 return 0;
43 AROS_LIBFUNC_EXIT
45 } /* MUIA_Error */