X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_analyze.pod;h=9c0401f8de7a39106e62ed161655b26ee4609680;hb=b175c6025c67cb8fa756750d53fb96fd888076de;hp=346a1bdb27a8a5cf7acbf3a9f2569f47ace65c9e;hpb=42607993d9f6352e0c369a073d7345493ec26b25;p=m6w6%2Flibmemcached diff --git a/docs/memcached_analyze.pod b/docs/memcached_analyze.pod index 346a1bdb..9c0401f8 100644 --- a/docs/memcached_analyze.pod +++ b/docs/memcached_analyze.pod @@ -10,9 +10,10 @@ C Client Library for memcached (libmemcached, -lmemcached) #include - memcached_analysis_st *memcached_analyze(memcached_st *ptr, - memcached_stat_st *stat, - memcached_return *error); + memcached_analysis_st * + memcached_analyze (memcached_st *ptr, + memcached_stat_st *stat, + memcached_return_t *error); =head1 DESCRIPTION @@ -31,7 +32,7 @@ you do not have to write an application to use this method. A pointer to the allocated C structure on success and a NULL pointer on failure. You may inspect the error detail by checking the -C value. +C value. Any method returning a C expects you to free the memory allocated for it. @@ -39,7 +40,7 @@ memory allocated for it. =head1 HOME To find out more information please check: -L +L =head1 AUTHOR