summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Process.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-07 13:12:34 (GMT)
committerBrad King <brad.king@kitware.com>2003-07-07 13:12:34 (GMT)
commitb5fec4a3c8fac315b1279abbe26df352780870bb (patch)
treed3f3f3e8494e906e1761177c1a502bdb260903b0 /Source/kwsys/Process.h.in
parent2b8bfb3b5d152d07f2d9d059b98680f6313b3050 (diff)
downloadCMake-b5fec4a3c8fac315b1279abbe26df352780870bb.zip
CMake-b5fec4a3c8fac315b1279abbe26df352780870bb.tar.gz
CMake-b5fec4a3c8fac315b1279abbe26df352780870bb.tar.bz2
ENH: Implemented SetWorkingDirectory method.
Diffstat (limited to 'Source/kwsys/Process.h.in')
-rw-r--r--Source/kwsys/Process.h.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/kwsys/Process.h.in b/Source/kwsys/Process.h.in
index cc45299..7fb6819 100644
--- a/Source/kwsys/Process.h.in
+++ b/Source/kwsys/Process.h.in
@@ -99,10 +99,11 @@ kwsysEXPORT void kwsysProcess_SetCommand(kwsysProcess* cp,
kwsysEXPORT void kwsysProcess_SetTimeout(kwsysProcess* cp, double timeout);
/**
- * Set the working directory for the child process. The working directory can
- * be absolute or relative to the current directory.
+ * Set the working directory for the child process. The working
+ * directory can be absolute or relative to the current directory.
*/
-kwsysEXPORT void kwsysProcess_SetWorkingDirectory(kwsysProcess* cp, const char* dir);
+kwsysEXPORT void kwsysProcess_SetWorkingDirectory(kwsysProcess* cp,
+ const char* dir);
/**
* Get the current state of the Process instance. Possible states are: