Merge branch 'timothy'
[yaffs2.git] / direct / python / yaffs_python_helper.c
index b7c6047d4281959c115c284916dfbbb13ccf56cf..ad7e5cc93c230758d1359285c90347bd14ef7b0f 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
  *
  
 #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);