X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fstring.h;h=7abbe713378ae9f190080f417327cd0a013479f6;hb=68ad48824e7162a490cce315756c5fa3f98d3e31;hp=eebd0c11f3a939b57df632be150e3eb9d19c52de;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=m6w6%2Flibmemcached diff --git a/tests/string.h b/tests/string.h index eebd0c11..7abbe713 100644 --- a/tests/string.h +++ b/tests/string.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,32 +37,30 @@ #pragma once -#include - #ifdef __cplusplus extern "C" { #endif -LIBTEST_INTERNAL_API -test_return_t string_static_null(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_static_null(void *); -LIBTEST_INTERNAL_API -test_return_t string_alloc_null(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_alloc_null(void *); -LIBTEST_INTERNAL_API -test_return_t string_alloc_with_size(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_alloc_with_size(void *); -LIBTEST_INTERNAL_API -test_return_t string_alloc_with_size_toobig(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_alloc_with_size_toobig(void *); -LIBTEST_INTERNAL_API -test_return_t string_alloc_append(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_alloc_append(void *); -LIBTEST_INTERNAL_API -test_return_t string_alloc_append_toobig(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_alloc_append_toobig(void *); -LIBTEST_INTERNAL_API -test_return_t string_alloc_append_multiple(memcached_st *memc); +LIBTEST_LOCAL +test_return_t string_alloc_append_multiple(void *); #ifdef __cplusplus }