summaryrefslogtreecommitdiff
path: root/makima/src/daemon/storage/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/daemon/storage/mod.rs')
-rw-r--r--makima/src/daemon/storage/mod.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/makima/src/daemon/storage/mod.rs b/makima/src/daemon/storage/mod.rs
index cc5441a..e5457f7 100644
--- a/makima/src/daemon/storage/mod.rs
+++ b/makima/src/daemon/storage/mod.rs
@@ -5,4 +5,7 @@
mod patch;
-pub use patch::{create_patch, apply_patch, PatchError};
+pub use patch::{
+ apply_patch, create_export_patch, create_patch, get_head_sha, get_parent_sha, ExportPatchResult,
+ PatchError,
+};