X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fstring.h;h=7abbe713378ae9f190080f417327cd0a013479f6;hb=c6e2eddc3a033d9e382846f1771a9cb0bcc0cba7;hp=e8848fb9c8540555d425fb3135e2f9a8ed10cb9c;hpb=7b7b8c93445a962375b17f1b22d1fb1b1f693484;p=awesomized%2Flibmemcached diff --git a/tests/string.h b/tests/string.h index e8848fb9..7abbe713 100644 --- a/tests/string.h +++ b/tests/string.h @@ -41,25 +41,25 @@ extern "C" { #endif -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_static_null(void *); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_alloc_null(void *); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_alloc_with_size(void *); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_alloc_with_size_toobig(void *); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_alloc_append(void *); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_alloc_append_toobig(void *); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t string_alloc_append_multiple(void *); #ifdef __cplusplus