X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fprint.h;h=efecc9ed476497ed226aa0cfc06bfa0910fd2b15;hb=e9c7a25491f4cf9265a926b7d9848bd70acaf7aa;hp=8daee5c6458c9a45ec13e88f6f89ece1d019950a;hpb=04b8554c3724eae57fbd75dc6b3e69dca8b58187;p=m6w6%2Flibmemcached diff --git a/tests/print.h b/tests/print.h index 8daee5c6..efecc9ed 100644 --- a/tests/print.h +++ b/tests/print.h @@ -37,15 +37,12 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - -LIBTEST_INTERNAL_API memcached_return_t server_print_callback(const memcached_st *ptr, const memcached_server_st *server, void *context); -#ifdef __cplusplus -} -#endif +memcached_return_t server_print_version_callback(const memcached_st *ptr, + const memcached_server_st *server, + void *context); + +const char * print_version(memcached_st *memc);