diff -r d43ebbed895f -r d635cfc520ee examples/DS401_Slave_Gui/TestSlaveGui.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/DS401_Slave_Gui/TestSlaveGui.h Wed Aug 01 13:48:03 2007 +0200 @@ -0,0 +1,9 @@ +#ifndef TESTSLAVEGUI_H_ +#define TESTSLAVEGUI_H_ + + #include "canfestival.h" + + int main_can(s_BOARD SlaveBoard, char* LibraryPath); + void stop_slave(); + +#endif /*TESTSLAVEGUI_H_*/