X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fdev%2Fyaffs_tester.h;h=a703175f26b1b77f637a46ef0c73187a510b9f36;hp=32c9f2812e7b31b31b47f2d9dfd637de96351317;hb=6648cbf52d6695755941ff8607fd7a0cda542e05;hpb=fb0f30458af252479d15e457443e36320d8355f7 diff --git a/direct/timothy_tests/dev/yaffs_tester.h b/direct/timothy_tests/dev/yaffs_tester.h index 32c9f28..a703175 100644 --- a/direct/timothy_tests/dev/yaffs_tester.h +++ b/direct/timothy_tests/dev/yaffs_tester.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -44,4 +44,5 @@ void stat_file(char *path); void write_to_random_file(handle_regster *P_open_handles_array); void close_random_file(handle_regster *P_open_handles_array); void quit_program(); +void truncate_random_file(handle_regster *P_open_handles_array); #endif