X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=ad7e5cc93c230758d1359285c90347bd14ef7b0f;hb=3ecea787c3d99a5e13bf3b826dd3ad772fbad810;hp=d5a13d5d04113b948c99b0b631937d4443e96526;hpb=a34826e701dd381a293bb90b25a48d2bd58e8de8;p=yaffs2.git diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index d5a13d5..ad7e5cc 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -22,10 +22,13 @@ #include "yaffsfs.h" #include "yaffs_trace.h" +#include "yaffs_error_converter.h" int simulate_power_failure; int random_seed; +const char * yaffs_error_to_str(int err); /*this is not part of yaffs. it is a specialy built file for converting error codes to text*/ + int yaffs_print_constants(void) { printf( "O_CREAT........%d\n",O_CREAT);