yaffs Added some more tests to direct/timothy_tests/mirror_tests
[yaffs2.git] / direct / timothy_tests / mirror_tests / lib.h
index 2e03573a2648aa7322c8ef30f7d0b2ce9ba7b153..c77e2f6c5f00577ee15ba4e03b9d1bfa5aabbe83 100644 (file)
@@ -40,10 +40,11 @@ test_dir yaffs_struct,linux_struct;
 
 
 
-
+void generate_random_string(char *ptr,int length_of_str);
 void join_paths(char *path1,char *path2,char *new_path );
 void print_message(char print_level, char *message);
 void set_print_level(int new_level);
+int get_print_level(void);
 void set_exit_on_error(int num);
 int get_exit_on_error(void);
 void display_error(void);