Cleanup namespace and api.

This commit is contained in:
2026-08-04 23:41:31 +01:00
parent 1f57c40eef
commit 5722731c6a
8 changed files with 63 additions and 50 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ struct OriginalBuffer : Buffer {
uint64_t len;
int fd = -1;
OriginalBuffer();
OriginalBuffer(std::filesystem::path base_dir);
~OriginalBuffer();
void initialize();