X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2FEACCES_bug%2Ferror_handler.h;h=4dc17ebedf90bff63fcf4aa9500a57d87ab266e8;hb=39ff22ba81750ff4bf74329641795776dd0a1da2;hp=c07fdffb18a87a046e94cdfebb9276df750cda8c;hpb=4d31e5ecca937da7eaf74f0fb6e5070b6de2c4c9;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