Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / muimaster / mui_seterror.c
bloba3b7b0e860f14309f34f53420d54832fe8991626
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 HISTORY
38 *****************************************************************************/
40 AROS_LIBFUNC_INIT
42 return 0;
44 AROS_LIBFUNC_EXIT
46 } /* MUIA_SetError */