From bed066dbf1b6cf9d606c0f1f827cce30f4dcc430 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 20 Mar 2025 21:26:37 -0500 Subject: T7272: simplify library dependencies for implementation of commit op --- src/commit.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commit.mli') diff --git a/src/commit.mli b/src/commit.mli index da97389..696f595 100644 --- a/src/commit.mli +++ b/src/commit.mli @@ -26,6 +26,8 @@ type commit_data = { node_list: node_data list; } [@@deriving to_yojson] +val tree_source_to_yojson : tree_source -> [> `String of string ] + val default_node_data : node_data val default_commit_data : commit_data @@ -33,5 +35,3 @@ val default_commit_data : commit_data val calculate_priority_lists : Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> node_data list * node_data list val commit_store : commit_data -> unit - -val show_commit_data : Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> string -- cgit v1.2.3