summaryrefslogtreecommitdiff
path: root/lib/northbound_cli.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-12-09 09:35:49 -0500
committerGitHub <noreply@github.com>2018-12-09 09:35:49 -0500
commit64b81b3a6471cd2f44a9524f0c346efe8e263c0f (patch)
treed790041e0628f8d15f3b496feded41ea3caff3d5 /lib/northbound_cli.h
parentf7b0f4ef9e6efaafb77bf60ec897e931d340843b (diff)
parentfbdc1c0a8484301111582dcbef90b8ec646db6dd (diff)
Merge pull request #3442 from opensourcerouting/confirmed-commits
lib: add support for confirmed commits
Diffstat (limited to 'lib/northbound_cli.h')
-rw-r--r--lib/northbound_cli.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/northbound_cli.h b/lib/northbound_cli.h
index febcbd86f1..362a4bc325 100644
--- a/lib/northbound_cli.h
+++ b/lib/northbound_cli.h
@@ -105,8 +105,10 @@ extern void nb_cli_show_dnode_cmds(struct vty *vty, struct lyd_node *dnode,
bool show_defaults);
/* Prototypes of internal functions. */
+extern void nb_cli_confirmed_commit_clean(struct vty *vty);
+extern int nb_cli_confirmed_commit_rollback(struct vty *vty);
extern void nb_cli_install_default(int node);
-extern void nb_cli_init(void);
+extern void nb_cli_init(struct thread_master *tm);
extern void nb_cli_terminate(void);
#endif /* _FRR_NORTHBOUND_CLI_H_ */