From 6944e5950a90b17d53a6efe87c71512085d4e1f7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 13 Aug 2004 17:02:25 -0400 Subject: more options fixes --- option.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'option.h') diff --git a/option.h b/option.h index 33b54933..943d5193 100644 --- a/option.h +++ b/option.h @@ -2,6 +2,7 @@ #define _OPTION_H #include +#include #include #include @@ -34,8 +35,9 @@ struct option_handler { }; bool process_option(const std::string& opt, const char * arg = NULL); -void process_arguments(std::vector& args, int argc, char ** argv); -void process_environment(char ** envp); +void process_arguments(int argc, char ** argv, const bool anywhere, + std::list& args); +void process_environment(char ** envp, const std::string& tag); #define DEF_OPT_HANDLERS() \ std::vector option_handler::options; \ -- cgit v1.2.3