diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-01-31 09:36:08 -0600 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-02-06 09:25:32 -0600 |
| commit | 34422788786010aa0e8b01e58e027967fcf5bbd1 (patch) | |
| tree | 9f8e397a06e6ab8a93ccef8cbbe8997b74b53147 /src/commit.mli | |
| parent | 19ece848f0611adca8cdeddcb6c6a3220e4595c8 (diff) | |
| download | vyconf-34422788786010aa0e8b01e58e027967fcf5bbd1.tar.gz vyconf-34422788786010aa0e8b01e58e027967fcf5bbd1.zip | |
T6946: add utils for assembling commit data
Diffstat (limited to 'src/commit.mli')
| -rw-r--r-- | src/commit.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit.mli b/src/commit.mli new file mode 100644 index 0000000..881c2a0 --- /dev/null +++ b/src/commit.mli @@ -0,0 +1,2 @@ + +val test_commit_data : Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> unit |
