diff --git a/include/setup.h b/include/setup.h index 95fa2f03..0925b1de 100644 --- a/include/setup.h +++ b/include/setup.h @@ -35,8 +35,9 @@ public: bool FindHex(char * name,int & value,bool remove=false); bool FindInt(char * name,int & value,bool remove=false); bool FindString(char * name,std::string & value,bool remove=false); - - bool FindFirst(std::string & value); + bool FindCommand(int which,std::string & value); + bool FindStringBegin(char * begin,std::string & value, bool remove=false); + int GetCount(void); private: typedef std::list::iterator cmd_it; std::list cmds;