2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id: dispatch.c 29725 2008-10-11 23:48:13Z neil $
5 Desc: Dispatch() entry :)
9 #include <exec/execbase.h>
10 #include <aros/libcall.h>
13 * This function is not there anymore because:
14 * 1) It is moved to kernel.resource.
15 * 2) There's no reason to keep this exec.library call because it was a private function.
16 * No user software could call it.
19 AROS_LH0(void, Dispatch
,
20 struct ExecBase
*, SysBase
, 10, Exec
)