diff options
Diffstat (limited to 'src/pool.h')
| -rw-r--r-- | src/pool.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,3 +74,7 @@ char get_smallest_pool(void); /* add a line to a screen */ void add_line(char s); + +/* called by scr_destroy(). returns a now-destroyed screen's + lines to the pool's free list. */ +void pool_reclaim_lines(char s); |
