(render_strip) Fix bug that sometimes caused joined text in joined
[pspp-builds.git] / src / pool.h
index 117e0c5b7d5513c33c8bbdafce61b58d24d8f652..a751c96cb7f5cfffe4fd00538e2a275f9fc60e73 100644 (file)
@@ -40,6 +40,7 @@ void pool_destroy (struct pool *);
 /* Suballocation routines. */
 void *pool_alloc (struct pool *, size_t);
 char *pool_strdup (struct pool *, const char *);
+char *pool_strndup (struct pool *, const char *, size_t);
 char *pool_strcat (struct pool *, const char *, ...);
 
 /* Standard allocation routines. */