X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fpool.h;h=83ceaa6d3b8e8ee410e39f41b9cf2ca8feb61d03;hb=53c5e334c2810febf02a2e6a826b3735f33593ee;hp=45bb14da7c8a7f25f8ed9d2427f9e516b74d0fe0;hpb=dc421179c0d159f1ca8a6b2b64b89163a7e0c639;p=m6w6%2Flibmemcached diff --git a/tests/pool.h b/tests/pool.h index 45bb14da..83ceaa6d 100644 --- a/tests/pool.h +++ b/tests/pool.h @@ -37,15 +37,7 @@ #pragma once -#include - -#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 *);