summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index 0629e1c..c9b52b0 100644
--- a/all.h
+++ b/all.h
@@ -481,6 +481,7 @@ void *emalloc(size_t);
 void *alloc(size_t);
 void freeall(void);
 Blk *blknew(void);
+void blkdel(Blk *);
 void emit(int, int, Ref, Ref, Ref);
 void emiti(Ins);
 void idup(Ins **, Ins *, ulong);