X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdo.h;h=2506ddf2d8af9a6727edf9e3b23e9d384a58dc79;hb=f285e1b3821f56a8983b5ce9fb1a0070e7bb0a1c;hp=d62cd489371a73094e2b9ef0006f14c8c0fdb170;hpb=9ea216e88d31ba62f89234361318a0accbbfe75a;p=awesomized%2Flibmemcached diff --git a/libmemcached/do.h b/libmemcached/do.h index d62cd489..2506ddf2 100644 --- a/libmemcached/do.h +++ b/libmemcached/do.h @@ -17,8 +17,15 @@ 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); + +LIBMEMCACHED_LOCAL +memcached_return_t memcached_vdo(memcached_server_write_instance_st ptr, + const struct libmemcached_io_vector_st *vector, size_t count, + bool with_flush); #ifdef __cplusplus }