test/list_tests.h@2dc4c688c262
test/list_tests.h
Sat, 31 Dec 2011 22:41:16 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 31 Dec 2011 22:41:16 +0100
- changeset 15
- 2dc4c688c262
- parent 13
-
98ac89e3aa37
- child 19
-
cdd7a3173249
- permissions
- -rw-r--r--
fixed mpool compiler warnings
/*
* 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 dlist_tests();
int list_tests();
#ifdef __cplusplus
}
#endif
#endif /* LIST_TESTS_H */