summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/option.h b/src/option.h
index acba035c..14b85c50 100644
--- a/src/option.h
+++ b/src/option.h
@@ -56,8 +56,7 @@ void process_option(const string& name, scope_t& scope,
void process_environment(const char ** envp, const string& tag,
scope_t& scope);
-void process_arguments(int argc, char ** argv, scope_t& scope,
- std::list<string>& args);
+strings_list process_arguments(strings_list args, scope_t& scope);
DECLARE_EXCEPTION(option_error, std::runtime_error);