diff options
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index f34a8af..34193c2 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -373,6 +373,7 @@ private: vector<string>& rn_args); bool cfg_path_exists(const vector<string>& path_comps, bool active_cfg, bool include_deactivated); + bool set_cfg_path(const vector<string>& path_comps, bool output); // these operate on current work path (or active with "active_cfg") bool remove_tag(); |