error.h   error.h 
skipping to change at line 45 skipping to change at line 45
* *
*/ */
#pragma once #pragma once
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
LIBMEMCACHED_API LIBMEMCACHED_API
const char *memcached_error(const memcached_st *);
LIBMEMCACHED_API
const char *memcached_last_error_message(const memcached_st *); const char *memcached_last_error_message(const memcached_st *);
LIBMEMCACHED_API LIBMEMCACHED_API
void memcached_error_print(const memcached_st *); void memcached_error_print(const memcached_st *);
LIBMEMCACHED_API LIBMEMCACHED_API
memcached_return_t memcached_last_error(const memcached_st *); memcached_return_t memcached_last_error(const memcached_st *);
LIBMEMCACHED_API LIBMEMCACHED_API
int memcached_last_error_errno(const memcached_st *); int memcached_last_error_errno(const memcached_st *);
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/