awesomized / libmemcached

Resurrection of libmemcached
https://awesomized.github.io/libmemcached/
BSD 3-Clause "New" or "Revised" License
45 stars 26 forks source link

Documentation Typo #72

Closed m6w6 closed 4 years ago

m6w6 commented 4 years ago

Imported from Launchpad using lp2gh.


It appears that there are some prototypes on the memcached_return_t documentation page that don't exist in the source code:

http://docs.libmemcached.org/libmemcached/memcached_return_t.html#memcached_return_t

On the above page, I am unable to find the following in the source code (libmemcached-dev ubuntu):

const char *libmemcached_strerror(memcached_return_t rc) bool libmemcached_success(memcached_return_t rc) bool libmemcached_failure(memcached_return_t rc) bool libmemcache_continue(memcached_return_t rc)