summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.h b/src/option.h
index df7e35b5..e758ee99 100644
--- a/src/option.h
+++ b/src/option.h
@@ -42,8 +42,8 @@ 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, const bool anywhere,
- scope_t& scope, std::list<string>& args);
+void process_arguments(int argc, char ** argv, scope_t& scope,
+ std::list<string>& args);
DECLARE_EXCEPTION(option_error, std::runtime_error);