2 * Copyright (C) 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: Work with fetching results
12 #ifndef __MEMCACHED_FETCH_H__
13 #define __MEMCACHED_FETCH_H__
20 memcached_return_t
memcached_fetch_execute(memcached_st
*ptr
,
21 memcached_execute_fn
*callback
,
23 uint32_t number_of_callbacks
);
29 #endif /* __MEMCACHED_FETCH_H__ */