* descript.c:
[pspp-builds.git] / src / pool.h
index a751c96cb7f5cfffe4fd00538e2a275f9fc60e73..dd7080a15b800806b801b3027a752533552e4461 100644 (file)
@@ -36,6 +36,7 @@ struct pool_mark
 /* General routines. */
 struct pool *pool_create (void);
 void pool_destroy (struct pool *);
+void pool_clear (struct pool *);
 
 /* Suballocation routines. */
 void *pool_alloc (struct pool *, size_t);