X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdo.h;h=d6d018d99e2939054f203dd689361adbd672322c;hb=a8efa12d2d90c3777f3c33347fe002884be1185d;hp=223ed832c56c2e1a7fc2ab7adbc2b3cae0e895ab;hpb=857ca43d65fe6a52474641130312d26d125bef15;p=awesomized%2Flibmemcached diff --git a/libmemcached/do.h b/libmemcached/do.h index 223ed832..d6d018d9 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 __write_vector_st *vector, size_t count, + bool with_flush); #ifdef __cplusplus }