Fix flag that clang knows nothing about.
[awesomized/libmemcached] / tests / string.h
index ca1679cd2d94303a6fff88474cbf2eb03986f0f3..7abbe713378ae9f190080f417327cd0a013479f6 100644 (file)
 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
 }