diff -r 9cd2b2460db0 -r 013c5c4b7e44 test/list_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/list_tests.h Sat Dec 31 18:57:30 2011 +0100 @@ -0,0 +1,23 @@ +/* + * File: list_tests.h + * Author: olaf + * + * Created on 31. Dezember 2011, 18:07 + */ + +#ifndef LIST_TESTS_H +#define LIST_TESTS_H + +#ifdef __cplusplus +extern "C" { +#endif + +int list_tests(); + + +#ifdef __cplusplus +} +#endif + +#endif /* LIST_TESTS_H */ +