X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Ferror.hpp;h=252101aca05e06f6db137f172ee3a832757ac18a;hb=aeb06adc2d73bd2e481c162e3ac162f93a006382;hp=55ff1bd9d06e429e29b54a5b8cf7648489f55f5b;hpb=7abcaebdc4c3dd11b779eaef58a7371fb82ae888;p=awesomized%2Flibmemcached diff --git a/libmemcached/error.hpp b/libmemcached/error.hpp index 55ff1bd9..252101ac 100644 --- a/libmemcached/error.hpp +++ b/libmemcached/error.hpp @@ -35,16 +35,21 @@ * */ -#pragma once - #include +#pragma once + #ifdef __cplusplus #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY(x) #define MEMCACHED_AT __FILE__ ":" TOSTRING(__LINE__) +LIBMEMCACHED_LOCAL +memcached_return_t memcached_set_parser_error(memcached_st& memc, + const char *at, + const char *format, ...); + LIBMEMCACHED_LOCAL memcached_return_t memcached_set_error(memcached_st&, memcached_return_t rc, const char *at); @@ -82,7 +87,10 @@ LIBMEMCACHED_LOCAL memcached_return_t memcached_set_errno(memcached_server_st&, int local_errno, const char *at); LIBMEMCACHED_LOCAL -bool memcached_has_current_error(memcached_st &memc); +bool memcached_has_current_error(memcached_st&); + +LIBMEMCACHED_LOCAL +bool memcached_has_current_error(memcached_server_st&); LIBMEMCACHED_LOCAL void memcached_error_free(memcached_st&);