summaryrefslogtreecommitdiffstats
path: root/src/memblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memblock.h')
-rw-r--r--src/memblock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memblock.h b/src/memblock.h
index cba11101..0c215e85 100644
--- a/src/memblock.h
+++ b/src/memblock.h
@@ -29,6 +29,8 @@ void memblock_unref_fixed(struct memblock*b);
#define memblock_assert_exclusive(b) assert((b)->ref == 1)
+void memchunk_make_writable(struct memchunk *c);
+
extern unsigned memblock_count, memblock_total;
#endif