X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Ferror.hpp;h=252101aca05e06f6db137f172ee3a832757ac18a;hb=d63f10a9af5e838f2accccc686372b6d44227057;hp=1eaba13f4f739c10ed7c492fe0603f68065b7133;hpb=91e92172731fe8a37e562a165d25a312569aff44;p=m6w6%2Flibmemcached diff --git a/libmemcached/error.hpp b/libmemcached/error.hpp index 1eaba13f..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);