2 * Copyright (C) 2006-2010 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
8 * Summary: Internal functions used by the library. Not for public use!
12 #ifndef __LIBMEMCACHED_DO_H__
13 #define __LIBMEMCACHED_DO_H__
20 memcached_return_t
memcached_do(memcached_server_write_instance_st ptr
,
22 size_t command_length
,
26 memcached_return_t
memcached_vdo(memcached_server_write_instance_st ptr
,
27 const struct __write_vector_st
*vector
, size_t count
,
34 #endif /* __LIBMEMCACHED_DO_H__ */