Merge in fixes for SASL.
[awesomized/libmemcached] / libtest / memcached.h
index 58e1d79a73edff91658a60992f9b37be5806fdb0..a08996140189c69648823700d6306faa5ad96125 100644 (file)
@@ -27,5 +27,9 @@ libtest::Server *build_memcached(const std::string& hostname, const in_port_t tr
 
 libtest::Server *build_memcached_socket(const std::string& socket_file, const in_port_t try_port);
 
+libtest::Server *build_memcached_sasl(const std::string& hostname, const in_port_t try_port, const std::string& username, const std::string& password);
+
+libtest::Server *build_memcached_sasl_socket(const std::string& socket_file, const in_port_t try_port, const std::string& username, const std::string& password);
+
 }