X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_dump.pod;h=cf596335f8cbf2eadd338540a0fa0bdcaefb802e;hb=d39962cd481eb10a7d9dceb6d442af0fd49521fb;hp=a80a60d6a76c604eb0f0c9e31444107edb3d0f98;hpb=3dd4e616951e062446a9d01e30151a78dc9bcea0;p=awesomized%2Flibmemcached diff --git a/docs/memcached_dump.pod b/docs/memcached_dump.pod index a80a60d6..cf596335 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,7 +32,7 @@ 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.