X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=f287a624e1470f1c50c484d744dc4aff42b4d460;hb=7287f37372f5e4198f7f16f5f6d6dcf9a8d5c1fb;hp=980be82880e46715e118f8a2560acbd91d5f9318;hpb=7551ea615b5f6cfaa390f7d24dca2fa388943ddb;p=m6w6%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index 980be828..f287a624 100644 --- a/tests/replication.h +++ b/tests/replication.h @@ -1,6 +1,6 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * Gearmand client and server library. + * Libmemcached client and server library. * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * All rights reserved. @@ -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);