X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fpool.h;h=b7b29ee40da1f69c1b0f489a210f0e8fb6e881b1;hb=d0a594f9c54ba0f9fe52fd92f261e48294fdc6e2;hp=ebaaed1fbf4738c18a918e67b823cd49da18f929;hpb=fd632c80c5d393253d394c9a8721339876602882;p=m6w6%2Flibmemcached diff --git a/tests/pool.h b/tests/pool.h index ebaaed1f..b7b29ee4 100644 --- a/tests/pool.h +++ b/tests/pool.h @@ -37,13 +37,8 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - -LIBTEST_LOCAL 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 *); +test_return_t regression_bug_962815(memcached_st *);