This adds a couple of new options for options parsing.
[m6w6/libmemcached] / tests / parser.h
index 5c5ad7f22be7fccedaebd23040db55600f6dbc74..d3dfbf64567166e71bc4380919f698e445308635 100644 (file)
@@ -67,6 +67,15 @@ test_return_t parser_boolean_options_test(memcached_st *junk);
 LIBTEST_INTERNAL_API
 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