Just clean up a call (use the previous method).
[m6w6/libmemcached] / libmemcached / do.h
index 223ed832c56c2e1a7fc2ab7adbc2b3cae0e895ab..8f95c8b5f3dcec2025aa64393f2c6166f57c1740 100644 (file)
@@ -1,5 +1,5 @@
 /* LibMemcached
- * Copyright (C) 2006-2009 Brian Aker
+ * Copyright (C) 2006-2010 Brian Aker
  * All rights reserved.
  *
  * Use and distribution licensed under the BSD license.  See
@@ -17,8 +17,10 @@ extern "C" {
 #endif
 
 LIBMEMCACHED_LOCAL
-memcached_return_t memcached_do(memcached_server_instance_st *ptr, const void *commmand,
-                                size_t command_length, bool with_flush);
+memcached_return_t memcached_do(memcached_server_write_instance_st ptr, 
+                                const void *commmand,
+                                size_t command_length,
+                                bool with_flush);
 
 #ifdef __cplusplus
 }