yaffs removed direct/timothy_tests from git and added a convert error_code_str()...
[yaffs2.git] / direct / python / yaffs_python_helper.c
index d5a13d5d04113b948c99b0b631937d4443e96526..ad7e5cc93c230758d1359285c90347bd14ef7b0f 100644 (file)
  
 #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);