X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fpool.h;h=b7b29ee40da1f69c1b0f489a210f0e8fb6e881b1;hb=1a2beb5b75e3c08596fc3f94b214df7b9dd0143a;hp=45bb14da7c8a7f25f8ed9d2427f9e516b74d0fe0;hpb=7f1777bbeaa41f71567f20350cb2555f2d9466da;p=awesomized%2Flibmemcached diff --git a/tests/pool.h b/tests/pool.h index 45bb14da..b7b29ee4 100644 --- a/tests/pool.h +++ b/tests/pool.h @@ -37,15 +37,8 @@ #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 *); +test_return_t regression_bug_962815(memcached_st *);