Lots of compiler fixes.
[awesomized/libmemcached] / libmemcached / do.c
index d5a75484244137103804d8eaac80396b2b1a6607..2fd1f3273ee5f2439fb13808d66997e5e5ed266c 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "common.h"
 
-memcached_return_t memcached_do(memcached_server_st *ptr, const void *command, 
+memcached_return_t memcached_do(memcached_server_write_instance_st ptr, const void *command, 
                                 size_t command_length, bool with_flush)
 {
   memcached_return_t rc;