sync errors

This commit is contained in:
2026-05-15 19:01:51 +02:00
parent 55ca03f4ff
commit 0fb2615d4c
4 changed files with 22 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ bool Block_IsFullyValid(const block_t* block);
void Block_ShutdownPowContext(void);
void Block_Destroy(block_t* block);
void Block_Print(const block_t* block);
void Block_ShortPrint(const block_t* block);
// Deep-copy a block (allocates a new `block_t*`). Caller must call `Block_Destroy`.
block_t* Block_Copy(const block_t* src);