X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=1bf4e499b6d22841c8f4796768a5d753f97f5f06;hb=3481bbb3f9e4f98c7b984b0f77ebeb468a7d486b;hp=980be82880e46715e118f8a2560acbd91d5f9318;hpb=498bcd4bb9f82435b8fb1ce8632732cc4f118bdd;p=awesomized%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index 980be828..1bf4e499 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. @@ -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