Fix quoting in configure.ac
[awesomized/libmemcached] / tests / pool.h
index ebaaed1fbf4738c18a918e67b823cd49da18f929..b7b29ee40da1f69c1b0f489a210f0e8fb6e881b1 100644 (file)
 
 #pragma once
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-LIBTEST_LOCAL
 test_return_t memcached_pool_test(memcached_st *);
-
-#ifdef __cplusplus
-}
-#endif
+test_return_t connection_pool_test(memcached_st *);
+test_return_t connection_pool2_test(memcached_st *);
+test_return_t connection_pool3_test(memcached_st *);
+test_return_t regression_bug_962815(memcached_st *);