diff -r 7d8afedb8769 -r 83793fc7ce48 include/can_driver.h --- a/include/can_driver.h Tue Feb 05 10:18:25 2008 +0100 +++ b/include/can_driver.h Thu Feb 07 10:25:15 2008 +0100 @@ -48,6 +48,7 @@ UNS8 DLL_CALL(canSend)(CAN_HANDLE, Message *)FCT_PTR_INIT; CAN_HANDLE DLL_CALL(canOpen)(s_BOARD *)FCT_PTR_INIT; int DLL_CALL(canClose)(CAN_HANDLE)FCT_PTR_INIT; +UNS8 DLL_CALL(canChangeBaudRate)(CAN_HANDLE, char *)FCT_PTR_INIT; #if defined DEBUG_MSG_CONSOLE_ON || defined NEED_PRINT_MESSAGE #include "def.h"