X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fstring.h;h=e8848fb9c8540555d425fb3135e2f9a8ed10cb9c;hb=a9c18d99fb245723f9d742af72eff9efa50e0334;hp=12f061091e221e0c7a0e7cf4033d98b2bd831232;hpb=50dc8599f105fe915607e6f2d57851fd9acad839;p=m6w6%2Flibmemcached diff --git a/tests/string.h b/tests/string.h index 12f06109..e8848fb9 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. @@ -42,25 +42,25 @@ extern "C" { #endif LIBTEST_INTERNAL_API -test_return_t string_static_null(memcached_st *memc); +test_return_t string_static_null(void *); LIBTEST_INTERNAL_API -test_return_t string_alloc_null(memcached_st *memc); +test_return_t string_alloc_null(void *); LIBTEST_INTERNAL_API -test_return_t string_alloc_with_size(memcached_st *memc); +test_return_t string_alloc_with_size(void *); LIBTEST_INTERNAL_API -test_return_t string_alloc_with_size_toobig(memcached_st *memc); +test_return_t string_alloc_with_size_toobig(void *); LIBTEST_INTERNAL_API -test_return_t string_alloc_append(memcached_st *memc); +test_return_t string_alloc_append(void *); LIBTEST_INTERNAL_API -test_return_t string_alloc_append_toobig(memcached_st *memc); +test_return_t string_alloc_append_toobig(void *); LIBTEST_INTERNAL_API -test_return_t string_alloc_append_multiple(memcached_st *memc); +test_return_t string_alloc_append_multiple(void *); #ifdef __cplusplus }