X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdo.h;h=2506ddf2d8af9a6727edf9e3b23e9d384a58dc79;hb=671ca37a89bd48331316cb98c3f54ce1bca7ef88;hp=223ed832c56c2e1a7fc2ab7adbc2b3cae0e895ab;hpb=857ca43d65fe6a52474641130312d26d125bef15;p=m6w6%2Flibmemcached diff --git a/libmemcached/do.h b/libmemcached/do.h index 223ed832..2506ddf2 100644 --- a/libmemcached/do.h +++ b/libmemcached/do.h @@ -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,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 }