X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fpool.h;h=83ceaa6d3b8e8ee410e39f41b9cf2ca8feb61d03;hb=1054bac0d64844c968d1dcb6d5478315bfd4d7a8;hp=ff4d47c7fb96ea11eb402a715cdf26e44b2918c8;hpb=50dc8599f105fe915607e6f2d57851fd9acad839;p=m6w6%2Flibmemcached diff --git a/tests/pool.h b/tests/pool.h index ff4d47c7..83ceaa6d 100644 --- a/tests/pool.h +++ b/tests/pool.h @@ -37,13 +37,7 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - -LIBTEST_INTERNAL_API test_return_t memcached_pool_test(memcached_st *); - -#ifdef __cplusplus -} -#endif +test_return_t connection_pool_test(memcached_st *); +test_return_t connection_pool2_test(memcached_st *); +test_return_t connection_pool3_test(memcached_st *);