X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_analyze.pod;h=c48947260da23e7da0c80b81df8f006ca717f392;hb=d39962cd481eb10a7d9dceb6d442af0fd49521fb;hp=42e8c4d6b7e6cfcd203bd43d575a77e5b9f7aedc;hpb=cc5be1b75fe90e8c73871f4bd135c9e7cf1d1984;p=awesomized%2Flibmemcached diff --git a/docs/memcached_analyze.pod b/docs/memcached_analyze.pod index 42e8c4d6..c4894726 100644 --- a/docs/memcached_analyze.pod +++ b/docs/memcached_analyze.pod @@ -1,6 +1,6 @@ =head1 NAME -memcached_analyze +memcached_analyze - Analyze server information =head1 LIBRARY @@ -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.