2 * Copyright (C) 2010 Brian Aker
5 * Use and distribution licensed under the BSD license. See
6 * the COPYING file in the parent directory for full text.
8 * Summary: returns a human readable string for the error message
12 #ifndef __LIBMEMCACHED_STRERROR_H__
13 #define __LIBMEMCACHED_STRERROR_H__
20 const char *memcached_strerror(memcached_st
*ptr
, memcached_return_t rc
);
26 #endif /* __LIBMEMCACHED_STRERROR_H__ */