Onl allow "man" if sphinx-build actually supports it.
[awesomized/libmemcached] / libmemcached / do.hpp
index 0bd0e9b3c5717733c9766894fd3ade30d91f06ee..109c0ac1e06317720f06591ba8021a4092759d11 100644 (file)
 
 #pragma once
 
-memcached_return_t memcached_do(memcached_server_write_instance_st ptr,
-                                const void *commmand,
-                                const size_t command_length,
-                                const bool with_flush);
-
-memcached_return_t memcached_vdo(memcached_server_write_instance_st ptr,
-                                 const struct libmemcached_io_vector_st *vector,
+memcached_return_t memcached_vdo(org::libmemcached::Instance* ptr,
+                                 libmemcached_io_vector_st vector[],
                                  const size_t count,
                                  const bool with_flush);