Merge in fixes for SASL.
[awesomized/libmemcached] / libmemcached / util / pid.h
index f2fb74888ad71b1703138bc98c569847ea6515e2..4101c11f03bb80ff5ddb94901e71df02cbb670e7 100644 (file)
@@ -43,6 +43,9 @@ extern "C" {
 LIBMEMCACHED_API
 pid_t libmemcached_util_getpid(const char *hostname, in_port_t port, memcached_return_t *ret);
 
+LIBMEMCACHED_API
+pid_t libmemcached_util_getpid2(const char *hostname, in_port_t port, const char *username, const char *password,  memcached_return_t *ret);
+
 #ifdef __cplusplus
 }
 #endif