This adds a couple of new options for options parsing.
[m6w6/libmemcached] / tests / parser.h
index 90a117a8f5a3868ad667a3df64686024ee49a83c..d3dfbf64567166e71bc4380919f698e445308635 100644 (file)
@@ -70,6 +70,12 @@ test_return_t parser_key_prefix_test(memcached_st *junk);
 LIBTEST_INTERNAL_API
 test_return_t memcached_parse_file_options_test(memcached_st *junk);
 
+LIBTEST_INTERNAL_API
+  test_return_t memcached_check_options_test(memcached_st *junk);
+
+LIBTEST_INTERNAL_API
+  test_return_t memcached_create_with_options_test(memcached_st *junk);
+
 #ifdef __cplusplus
 }
 #endif