summaryrefslogtreecommitdiff
path: root/rld-process.h
diff options
context:
space:
mode:
Diffstat (limited to 'rld-process.h')
-rw-r--r--rld-process.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rld-process.h b/rld-process.h
index c50bb08..30033a7 100644
--- a/rld-process.h
+++ b/rld-process.h
@@ -180,6 +180,11 @@ namespace rld
typedef std::vector < std::string > arg_container;
/**
+ * Split a string and append to the arguments.
+ */
+ void args_append (arg_container& args, const std::string& str);
+
+ /**
* Execute result.
*/
struct status