4 #include "inireader.hxx"
15 void getCurrentDir( string
& dir
);
16 bool isConfigFilePresent();
20 Treeconfig() : has_config_file( false ) { parseConfig(); }
21 // read the config file, returns true in case a config file had been found
23 // returns a string vector containing all active repositories, returns true in case we are deep inside
24 // of a source tree. This could affect the behavour of the tool
25 bool getActiveRepositories( vector
<string
>& active_repos
);