test/list_tests.h

changeset 9
013c5c4b7e44
child 12
fe50a85e69e7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/list_tests.h	Sat Dec 31 18:57:30 2011 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +/* 
     1.5 + * File:   list_tests.h
     1.6 + * Author: olaf
     1.7 + *
     1.8 + * Created on 31. Dezember 2011, 18:07
     1.9 + */
    1.10 +
    1.11 +#ifndef LIST_TESTS_H
    1.12 +#define	LIST_TESTS_H
    1.13 +
    1.14 +#ifdef	__cplusplus
    1.15 +extern "C" {
    1.16 +#endif
    1.17 +
    1.18 +int list_tests();
    1.19 +
    1.20 +
    1.21 +#ifdef	__cplusplus
    1.22 +}
    1.23 +#endif
    1.24 +
    1.25 +#endif	/* LIST_TESTS_H */
    1.26 +

mercurial