Merge in refactor of storage such that it is laid out without prototypes.
[awesomized/libmemcached] / tests / replication.h
index d7eba14aac24fcff8623d83f5889c833ec4a005e..98b0cdb98065c0297e858d09ac69f2b8a3072195 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.
@@ -56,6 +56,9 @@ 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