Fixed header file layout
[m6w6/libmemcached] / libmemcached / memcached_dump.h
1 /*
2 * Summary: Dump function for libmemcached
3 *
4 * Copy: See Copyright for the status of this software.
5 *
6 * Author: Trond Norbye
7 */
8
9 #ifndef LIBMEMCACHED_MEMCACHED_DUMP_H
10 #define LIBMEMCACHED_MEMCACHED_DUMP_H
11
12 #ifndef LIBMEMCACHED_MEMCACHED_H
13 #error "Please include <libmemcached/memcached.h> instead"
14 #endif
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 LIBMEMCACHED_API
21 memcached_return memcached_dump(memcached_st *ptr, memcached_dump_func *function, void *context, uint32_t number_of_callbacks);
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif /* LIBMEMCACHED_MEMCACHED_DUMP_H */