diff options
Diffstat (limited to 'gdb/block.h')
-rw-r--r-- | gdb/block.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/block.h b/gdb/block.h index aa69a89..38d037e 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -171,4 +171,6 @@ extern const struct block *block_static_block (const struct block *block); extern const struct block *block_global_block (const struct block *block); +extern struct block *allocate_block (struct obstack *obstack); + #endif /* BLOCK_H */ |