X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=fb9cd88542710a2e49ac809819a7c1d79a723767;hb=98275f5795d1e539131545840ad38f456ece73d2;hp=98b0cdb98065c0297e858d09ac69f2b8a3072195;hpb=c87f1a554cce74ac1ba3d4e7e9c2a1d2904e4766;p=m6w6%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index 98b0cdb9..fb9cd885 100644 --- a/tests/replication.h +++ b/tests/replication.h @@ -37,28 +37,18 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - -LIBTEST_INTERNAL_API test_return_t replication_set_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_get_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_mget_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_delete_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_randomize_mget_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_randomize_mget_fail_test(memcached_st *memc); -#ifdef __cplusplus -} -#endif +test_return_t replication_miss_test(memcached_st *memc); + +test_return_t check_replication_sanity_TEST(memcached_st*);