X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2FEACCES_bug%2Ferror_handler.h;fp=direct%2Ftimothy_tests%2FEACCES_bug%2Ferror_handler.h;h=4dc17ebedf90bff63fcf4aa9500a57d87ab266e8;hb=2d7c08f638ef0b0dce832d40a1930513e7d10ce8;hp=c07fdffb18a87a046e94cdfebb9276df750cda8c;hpb=ebbd60a59253d7a4078222534f4b5c2509ee9e40;p=yaffs2.git diff --git a/direct/timothy_tests/EACCES_bug/error_handler.h b/direct/timothy_tests/EACCES_bug/error_handler.h index c07fdff..4dc17eb 100644 --- a/direct/timothy_tests/EACCES_bug/error_handler.h +++ b/direct/timothy_tests/EACCES_bug/error_handler.h @@ -19,5 +19,5 @@ #include "message_buffer.h" #include "yaffsfs.h" #define DEBUG_LEVEL 5 /*set the debug level. this is used to display the relevent debug messages*/ -void yaffs_check_for_errors(char output, buffer *message_buffer, char error_message[], char success_message[]); +void yaffs_check_for_errors(int output, buffer *message_buffer, char error_message[], char success_message[]); #endif