From 8a937bd354001a190dbe66538aacb353e7c99341 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 9 Nov 2010 17:28:58 +0100 Subject: Import upstream version 0.11~rc8~r2714 --- lib/server/LocalProcessStream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/server/LocalProcessStream.h') diff --git a/lib/server/LocalProcessStream.h b/lib/server/LocalProcessStream.h index 490c0f45..51e51f8a 100644 --- a/lib/server/LocalProcessStream.h +++ b/lib/server/LocalProcessStream.h @@ -13,7 +13,8 @@ #include #include "IOStream.h" -std::auto_ptr LocalProcessStream(const char *CommandLine, pid_t &rPidOut); +std::auto_ptr LocalProcessStream(const std::string& rCommandLine, + pid_t &rPidOut); #endif // LOCALPROCESSSTREAM__H -- cgit v1.2.3