Update to use vector for delete.
[m6w6/libmemcached] / tests / replication.h
index d7eba14aac24fcff8623d83f5889c833ec4a005e..1bf4e499b6d22841c8f4796768a5d753f97f5f06 100644 (file)
@@ -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.
 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_LOCAL
+test_return_t replication_randomize_mget_fail_test(memcached_st *memc);
+
 #ifdef __cplusplus
 }
 #endif