summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rld.h b/rld.h
index 115b7b8..f86ef34 100644
--- a/rld.h
+++ b/rld.h
@@ -200,6 +200,16 @@ namespace rld
typedef std::vector < std::string > strings;
/**
+ * Set the command line.
+ */
+ void set_cmdline (int argc, char* argv[]);
+
+ /**
+ * Get the command line.
+ */
+ const std::string get_cmdline ();
+
+ /**
* Set the progname.
*/
void set_progname (const std::string& progname);