fix function to take the hook param
[AROS.git] / workbench / libs / lowlevel / remkbint.c
blobee430810bb911fb4ce8e161cb0c2077533ff0aa1
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "lowlevel_intern.h"
10 #include <aros/libcall.h>
11 #include <exec/types.h>
12 #include <libraries/lowlevel.h>
14 /*****************************************************************************
16 NAME */
18 AROS_LH1(VOID, RemKBInt,
20 /* SYNOPSIS */
21 AROS_LHA(APTR, intHandle, A1),
23 /* LOCATION */
24 struct LowLevelBase *, LowLevelBase, 11, LowLevel)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 BUGS
33 This function is unimplemented.
35 *****************************************************************************/
37 AROS_LIBFUNC_INIT
39 /* TODO: Write lowlevel/RemKBInt() */
40 aros_print_not_implemented ("lowlevel/RemKBInt");
42 if (intHandle)
46 return;
48 AROS_LIBFUNC_EXIT
49 } /* RemKBInt */