X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=f287a624e1470f1c50c484d744dc4aff42b4d460;hb=24ac12fa9cebb786966f5907d594c9506d19c29f;hp=98b0cdb98065c0297e858d09ac69f2b8a3072195;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=m6w6%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index 98b0cdb9..f287a624 100644 --- a/tests/replication.h +++ b/tests/replication.h @@ -37,28 +37,16 @@ #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);