start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / camd / rethinkcamd.c
blobd56b53bff427a78f6cf6322fafff7ce663ef138c
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #include <proto/exec.h>
11 #include "camd_intern.h"
13 /*****************************************************************************
15 NAME */
17 AROS_LH0(LONG, RethinkCAMD,
19 /* SYNOPSIS */
21 /* LOCATION */
22 struct CamdBase *, CamdBase, 36, Camd)
24 /* FUNCTION
25 Make camd reload midi preferences.
27 INPUTS
29 RESULT
30 0 on success.
32 NOTES
34 EXAMPLE
36 BUGS
37 Not implemented.
39 SEE ALSO
41 INTERNALS
43 HISTORY
45 2001-01-12 ksvalast first created
47 *****************************************************************************/
49 AROS_LIBFUNC_INIT
51 aros_print_not_implemented("RethinkCAMD");
53 return 0;
55 AROS_LIBFUNC_EXIT