Merge in fixes for test which leaked memory.
[awesomized/libmemcached] / tests / parser.h
index 895a3d58d88037c556acd7264917438c552817b9..b21cdf70f02b65c98ee497fcad1ed16223ca48e4 100644 (file)
@@ -82,6 +82,21 @@ LIBTEST_INTERNAL_API
 LIBTEST_INTERNAL_API
   test_return_t libmemcached_check_configuration_with_filename_test(memcached_st *junk);
 
+LIBTEST_INTERNAL_API
+  test_return_t random_statement_build_test(memcached_st *junk);
+
+LIBTEST_INTERNAL_API
+test_return_t test_include_keyword(memcached_st *junk);
+
+LIBTEST_INTERNAL_API
+test_return_t test_end_keyword(memcached_st *junk);
+
+LIBTEST_INTERNAL_API
+test_return_t test_reset_keyword(memcached_st *junk);
+
+LIBTEST_INTERNAL_API
+test_return_t test_error_keyword(memcached_st *junk);
+
 #ifdef __cplusplus
 }
 #endif