X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fprint.h;h=7460dc3b1e9e17da7de4f68d710244557d01a1ec;hb=5c94437d6b24d5582a41671a42f1f12ef3a1268e;hp=efd148f68fc6982b51889e0f67217efb4214c568;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=awesomized%2Flibmemcached diff --git a/tests/print.h b/tests/print.h index efd148f6..7460dc3b 100644 --- a/tests/print.h +++ b/tests/print.h @@ -1,6 +1,6 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * Gearmand client and server library. + * Libmemcached client and server library. * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * All rights reserved. @@ -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, + memcached_server_instance_st server, void *context); -#ifdef __cplusplus -} -#endif +memcached_return_t server_print_version_callback(const memcached_st *ptr, + memcached_server_instance_st server, + void *context); + +const char * print_version(memcached_st *memc);