diff -r 7d8afedb8769 -r 83793fc7ce48 include/unix/canfestival.h --- a/include/unix/canfestival.h Tue Feb 05 10:18:25 2008 +0100 +++ b/include/unix/canfestival.h Thu Feb 07 10:25:15 2008 +0100 @@ -18,6 +18,7 @@ UNS8 canSend(CAN_PORT port, Message *m); CAN_PORT canOpen(s_BOARD *board, CO_Data * d); int canClose(CO_Data * d); +UNS8 canChangeBaudRate(CAN_PORT port, char* baud); #ifdef __cplusplus };