summaryrefslogtreecommitdiff
path: root/src/cstore/cstore.hpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-07-31 15:03:50 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-07-31 15:03:50 -0700
commit30bf89f4e1c3778ca460fe661c4b83ceb142a1cb (patch)
tree41ee7ce17722f5b2bff703d6cad2bff836d9dfe1 /src/cstore/cstore.hpp
parentf7982ea06e89e816a61218e7fc6229f281cd57bc (diff)
downloadvyatta-cfg-30bf89f4e1c3778ca460fe661c4b83ceb142a1cb.tar.gz
vyatta-cfg-30bf89f4e1c3778ca460fe661c4b83ceb142a1cb.zip
make edit do implicit set
* this preserves the behavior of the original implementation and allows edit on nonexistent nodes.
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r--src/cstore/cstore.hpp1
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();