Update tests, improved UDP performance.
[m6w6/libmemcached] / libtest / cmdline.h
index cfe29575965ef122e32c197b96e2cc4c564fcd05..dcb4b0ab2b78b0ccea3fdb96e2c84d82ddb3e5af 100644 (file)
 
 #pragma once
 
+namespace libtest {
+
 bool exec_cmdline(const std::string& executable, const char *args[]);
+
+const char *gearmand_binary(); 
+
+}