Merge in libtest updates.
[awesomized/libmemcached] / libtest / killpid.h
index d67ec94b9770b599cf3debe1a276e77abeef3126..12c438e5f391a9c85ef47f2045304154ecb64b3f 100644 (file)
@@ -39,4 +39,6 @@
 
 bool kill_pid(pid_t pid_arg);
 
-void kill_file(const std::string &filename);
+pid_t kill_file(const std::string &filename);
+
+pid_t get_pid_from_file(const std::string &filename);