test/mpool_tests.h

Sat, 31 Dec 2011 22:48:28 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 22:48:28 +0100
changeset 17
2e7050c3a18e
parent 13
98ac89e3aa37
child 28
1666cbeb1db8
permissions
-rw-r--r--

fix for ultra fail fix

     1 /* 
     2  *
     3  */
     5 #ifndef MPOOL_TESTS_H
     6 #define	MPOOL_TESTS_H
     8 #include "ucx/mempool.h"
    10 #ifdef	__cplusplus
    11 extern "C" {
    12 #endif
    14 int mpool_tests();
    18 #ifdef	__cplusplus
    19 }
    20 #endif
    22 #endif	/* MPOOL_TESTS_H */

mercurial