Updated for the creation of memcached_server_by_key().
[awesomized/libmemcached] / libmemcached / memcached.h
index da4ce507f66fb945cb3ff2f4bf8ab7a1444b3ac1..3017fbb172d13e68fa925cf6fbb7f0e4824acd1c 100644 (file)
@@ -37,7 +37,7 @@ struct memcached_continuum_item_st {
   uint32_t value;
 };
 
-#define LIBMEMCACHED_VERSION_STRING "0.22"
+#define LIBMEMCACHED_VERSION_STRING "0.23"
 
 struct memcached_stat_st {
   uint32_t pid;
@@ -169,11 +169,6 @@ void *memcached_callback_get(memcached_st *ptr,
                              memcached_callback flag,
                              memcached_return *error);
 
-memcached_return memcached_server_cursor(memcached_st *ptr, 
-                                         memcached_server_function *callback,
-                                         void *context,
-                                         unsigned int number_of_callbacks);
-
 
 #ifdef __cplusplus
 }