2 * Copyright (C) 2006-2009 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: Simple method for dumping data from Memcached.
12 #ifndef __MEMCACHED_DUMP_H__
13 #define __MEMCACHED_DUMP_H__
20 memcached_return_t
memcached_dump(memcached_st
*ptr
, memcached_dump_fn
*function
, void *context
, uint32_t number_of_callbacks
);
27 #endif /* __MEMCACHED_DUMP_H__ */