Merge in fixes for test which leaked memory.
[awesomized/libmemcached] / tests / parser.h
index 0e762b0bd7df006ec1051cb79ea19f90648cca33..b21cdf70f02b65c98ee497fcad1ed16223ca48e4 100644 (file)
@@ -85,6 +85,18 @@ LIBTEST_INTERNAL_API
 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