diff options
Diffstat (limited to 'src/cnode/cnode-algorithm.hpp')
-rw-r--r-- | src/cnode/cnode-algorithm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnode/cnode-algorithm.hpp b/src/cnode/cnode-algorithm.hpp index 2f8995d..3985b9f 100644 --- a/src/cnode/cnode-algorithm.hpp +++ b/src/cnode/cnode-algorithm.hpp @@ -42,7 +42,7 @@ extern const string WORKING_CFG; void showConfig(const string& cfg1, const string& cfg2, const Cpath& path, bool show_def = false, bool hide_secret = false, bool context_diff = false, - bool show_cmds = false); + bool show_cmds = false, bool ignore_edit = false); } // namespace cnode |