X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_dump.pod;h=2d53701635e17b016ad53793cb3ccc3dfa33930d;hb=55b5455291498ef63c1c34976552d58708a74732;hp=a80a60d6a76c604eb0f0c9e31444107edb3d0f98;hpb=3dd4e616951e062446a9d01e30151a78dc9bcea0;p=awesomized%2Flibmemcached diff --git a/docs/memcached_dump.pod b/docs/memcached_dump.pod index a80a60d6..2d537016 100644 --- a/docs/memcached_dump.pod +++ b/docs/memcached_dump.pod @@ -10,13 +10,13 @@ C Client Library for memcached (libmemcached, -lmemcached) #include - memcached_return + memcached_return_t memcached_dump (memcached_st *ptr, - memcached_dump_func *function, + memcached_dump_fn *function, void *context, uint32_t number_of_callbacks); - typedef memcached_return (*memcached_dump_func)(memcached_st *ptr, + typedef memcached_return_t (*memcached_dump_fn)(memcached_st *ptr, const char *key, size_t key_length, void *context); @@ -32,14 +32,14 @@ Currently the binar protocol is not supported. =head1 RETURN -A value of type C is returned +A value of type C is returned On success that value will be C. Use memcached_strerror() to translate this value to a printable string. =head1 HOME To find out more information please check: -L +L =head1 AUTHOR