X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Flinux_tests%2Flib.h;fp=direct%2Ftimothy_tests%2Flinux_tests%2Flib.h;h=a47a1b80490d7b29358626cd6811836bd425a041;hp=22f6bc33968c83b20d10e8c174bc37a707c70609;hb=79333a6e009cc468a6c15ff1077f3bc389fd85e9;hpb=9c35dd427cec7ce855ed5816f12b241d2d5f8ba2 diff --git a/direct/timothy_tests/linux_tests/lib.h b/direct/timothy_tests/linux_tests/lib.h index 22f6bc3..a47a1b8 100644 --- a/direct/timothy_tests/linux_tests/lib.h +++ b/direct/timothy_tests/linux_tests/lib.h @@ -31,6 +31,8 @@ typedef struct node_temp{ struct node_temp *next; }node; +int get_exit_on_error(void); +void set_exit_on_error(int val); int delete_linked_list(node *head_node); node * linked_list_add_node(int pos,node *head_node); unsigned int random_int(void);