X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fyaffs_tester.h;h=6ca547fcb9a0224902d53021dd8f31afad1c7bb1;hp=712563f3c9c2eb504d9f0f9ecabaaf27489e8940;hb=b708f76c6a03f86058236dbd529e8c3623571325;hpb=941b43d04d6684b006fbe648f150192116f11ab1 diff --git a/direct/timothy_tests/yaffs_tester.h b/direct/timothy_tests/yaffs_tester.h index 712563f..6ca547f 100644 --- a/direct/timothy_tests/yaffs_tester.h +++ b/direct/timothy_tests/yaffs_tester.h @@ -12,9 +12,9 @@ #define MAX_FILE_NAME_SIZE 51 -void init(char yaffs_test_dir[],char yaffs_mount_dir[]); /*sets up yaffs and mounts yaffs */ -void test(char yaffs_test_dir[]); /*contains the test code*/ +void init(char *yaffs_test_dir,char *yaffs_mount_dir); /*sets up yaffs and mounts yaffs */ +void test(char *yaffs_test_dir); /*contains the test code*/ void generate_random_string(char *ptr); /*generates a random string of letters to be used for a name*/ -void join_paths(char path1[],char path2[],char *newpath ); -void copy_array(char from[],char *to, unsigned int from_offset,unsigned int to_offset); +void join_paths(char *path1,char *path2,char *newpath ); +void copy_array(char *from,char *to, unsigned int from_offset,unsigned int to_offset); #endif