X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdo.h;h=d6d018d99e2939054f203dd689361adbd672322c;hb=9df71462f1663e01d6f4317c60b2f5ae1c4fe1da;hp=8f95c8b5f3dcec2025aa64393f2c6166f57c1740;hpb=ba24508f51eed2af4f0192589801db2f945eac7b;p=m6w6%2Flibmemcached diff --git a/libmemcached/do.h b/libmemcached/do.h index 8f95c8b5..d6d018d9 100644 --- a/libmemcached/do.h +++ b/libmemcached/do.h @@ -22,6 +22,11 @@ memcached_return_t memcached_do(memcached_server_write_instance_st ptr, size_t command_length, bool with_flush); +LIBMEMCACHED_LOCAL +memcached_return_t memcached_vdo(memcached_server_write_instance_st ptr, + const struct __write_vector_st *vector, size_t count, + bool with_flush); + #ifdef __cplusplus } #endif