X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fprint.h;h=7460dc3b1e9e17da7de4f68d710244557d01a1ec;hb=82f13dcb410d2f13b9b1f7b4d97925bd5bdcd5ef;hp=efecc9ed476497ed226aa0cfc06bfa0910fd2b15;hpb=5abb93aa2fc9d32eda20c84cc9c04056789c056e;p=m6w6%2Flibmemcached diff --git a/tests/print.h b/tests/print.h index efecc9ed..7460dc3b 100644 --- a/tests/print.h +++ b/tests/print.h @@ -38,11 +38,11 @@ #pragma once memcached_return_t server_print_callback(const memcached_st *ptr, - const memcached_server_st *server, + memcached_server_instance_st server, void *context); memcached_return_t server_print_version_callback(const memcached_st *ptr, - const memcached_server_st *server, + memcached_server_instance_st server, void *context); const char * print_version(memcached_st *memc);