X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_flush.pod;h=0ca9547226fdce5bd35f26f7e04b406645e9b781;hb=9c7e4d791a127f8ae46aaddc531319da1f34b5ba;hp=0249fdaba88c5507d69422347e8008d08d5510f2;hpb=1b3d7ce5cc6fcff13e047c487b090df91c5c807b;p=m6w6%2Flibmemcached diff --git a/docs/memcached_flush.pod b/docs/memcached_flush.pod index 0249fdab..0ca95472 100644 --- a/docs/memcached_flush.pod +++ b/docs/memcached_flush.pod @@ -10,7 +10,7 @@ C Client Library for memcached (libmemcached, -lmemcached) #include - memcached_return + memcached_return_t memcached_flush (memcached_st *ptr, time_t expiration); @@ -25,14 +25,14 @@ added. =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