X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fdo.hpp;h=d2dc667147799f41fa83a78daf65671685d4fc96;hb=bd8a989e9f0d0c115ae771732c9199589e3043fd;hp=a42d8678976b523686e15736dab8f3911fbe3960;hpb=51351e672a6a1626e09d5a9d41e3229df44fc3c8;p=awesomized%2Flibmemcached diff --git a/libmemcached/do.hpp b/libmemcached/do.hpp index a42d8678..d2dc6671 100644 --- a/libmemcached/do.hpp +++ b/libmemcached/do.hpp @@ -2,7 +2,7 @@ * * Libmemcached library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,7 +37,7 @@ #pragma once -memcached_return_t memcached_vdo(memcached_server_write_instance_st ptr, - libmemcached_io_vector_st *vector, +memcached_return_t memcached_vdo(memcached_instance_st*, + libmemcached_io_vector_st vector[], const size_t count, const bool with_flush);