diff options
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index caf845b..492462e 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -183,6 +183,8 @@ public: bool cfgPathChanged(const vector<string>& path_comps); void cfgPathGetDeletedChildNodes(const vector<string>& path_comps, vector<string>& cnodes); + void cfgPathGetDeletedValues(const vector<string>& path_comps, + vector<string>& dvals); void cfgPathGetChildNodesStatus(const vector<string>& path_comps, map<string, string>& cmap); |