aboutsummaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-09 20:11:00 +0200
committerFederico Angelilli <code@fedang.net>2024-07-09 20:11:00 +0200
commitd2f3c14d1f208a11242949e767e4ff1b4d838134 (patch)
tree76d48747023c9437245886df7dc7a129a4799af6 /src/block.h
parent0c567c67933cc48ac57f08167d88a57ce0504524 (diff)
Various refactor
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h
index 33fc797..8a91bf3 100644
--- a/src/block.h
+++ b/src/block.h
@@ -67,4 +67,6 @@ struct block {
};
};
+void block_update(block_t *block);
+
#endif