X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fprint.h;h=efecc9ed476497ed226aa0cfc06bfa0910fd2b15;hb=a75ccc958c9407f482708d1a491e4bf6054d6998;hp=efd148f68fc6982b51889e0f67217efb4214c568;hpb=aaf07fb6d380f4e4f0b5404d6b006afcfe62aa7f;p=m6w6%2Flibmemcached diff --git a/tests/print.h b/tests/print.h index efd148f6..efecc9ed 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, 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);