X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fmirror_tests%2Flib.c;h=558de9ab0c7b932b9fa69d977dbcffc1c304492e;hp=1a9d6ac4f3ee44198c011a63c2d0962ad4af7824;hb=6e8abe36e3190664d26161ace6948c57f9ffda94;hpb=34c624da44aa052d44993239c5a3be0b802673c9 diff --git a/direct/timothy_tests/mirror_tests/lib.c b/direct/timothy_tests/mirror_tests/lib.c index 1a9d6ac..558de9a 100644 --- a/direct/timothy_tests/mirror_tests/lib.c +++ b/direct/timothy_tests/mirror_tests/lib.c @@ -22,6 +22,10 @@ void set_print_level(int new_level) { PRINT_LEVEL=new_level; } +int get_print_level(void) +{ + return PRINT_LEVEL; +} void set_exit_on_error(int num) {