diff options
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index 492462e..37a3e06 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -240,6 +240,9 @@ public: void cfgPathGetDeletedChildNodesDA(const vector<string>& path_comps, vector<string>& cnodes, bool include_deactivated = true); + void cfgPathGetDeletedValuesDA(const vector<string>& path_comps, + vector<string>& dvals, + bool include_deactivated = true); void cfgPathGetChildNodesStatusDA(const vector<string>& path_comps, map<string, string>& cmap); |