Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / mui_seterror.c
blobae916828453e942023c271bf3defd97baee9cfe7
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_LH1(LONG, MUI_SetError,
14 /* SYNOPSIS */
15 AROS_LHA(LONG, num, D0),
17 /* LOCATION */
18 struct Library *, MUIMasterBase, 12, MUIMaster)
20 /* FUNCTION
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
32 SEE ALSO
34 INTERNALS
36 *****************************************************************************/
38 AROS_LIBFUNC_INIT
40 return 0;
42 AROS_LIBFUNC_EXIT
44 } /* MUIA_SetError */