diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-01-31 09:36:24 -0600 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-02-06 09:25:32 -0600 |
| commit | f5152b3de2a52b7a8d05c3cdc18d5f690c76bfba (patch) | |
| tree | 035f46c458e3100284e19f737d6cbdce19b40fca /src/commit.mli | |
| parent | 84e3fcb9ec8e20c0251494e489fbbe766e654b31 (diff) | |
| download | vyconf-f5152b3de2a52b7a8d05c3cdc18d5f690c76bfba.tar.gz vyconf-f5152b3de2a52b7a8d05c3cdc18d5f690c76bfba.zip | |
T6946: add test function and executable
Diffstat (limited to 'src/commit.mli')
| -rw-r--r-- | src/commit.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.mli b/src/commit.mli index 881c2a0..db91195 100644 --- a/src/commit.mli +++ b/src/commit.mli @@ -1,2 +1,2 @@ -val test_commit_data : Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> unit +val show_commit_data : Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> string |
