X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=1bf4e499b6d22841c8f4796768a5d753f97f5f06;hb=81a0c9a7b94f27a20fab8fa60ec22e97b128ec94;hp=98b0cdb98065c0297e858d09ac69f2b8a3072195;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=m6w6%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index 98b0cdb9..1bf4e499 100644 --- a/tests/replication.h +++ b/tests/replication.h @@ -41,22 +41,22 @@ extern "C" { #endif -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t replication_set_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t replication_get_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t replication_mget_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t replication_delete_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t replication_randomize_mget_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t replication_randomize_mget_fail_test(memcached_st *memc); #ifdef __cplusplus