Merge in fixes for SASL.
[awesomized/libmemcached] / libmemcached / util / ping.h
index e9f3bc5005c89d27120b7af5fc6df68b4ec55343..faea8b2b68f3ee88f77bb1e71fc223f9a579d9b5 100644 (file)
@@ -44,6 +44,9 @@ extern "C" {
 LIBMEMCACHED_API
 bool libmemcached_util_ping(const char *hostname, in_port_t port, memcached_return_t *ret);
 
+LIBMEMCACHED_API
+bool libmemcached_util_ping2(const char *hostname, in_port_t port, const char *username, const char *password,  memcached_return_t *ret);
+
 #ifdef __cplusplus
 }
 #endif