]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mempool.h
Removed trailing whitespaces.
[libucw.git] / lib / mempool.h
index 95727688ac9b8be0302d0fae414ce04b984569a9..6f6a7ffe1387a161428d583e69d560656172d014 100644 (file)
@@ -70,6 +70,7 @@ mp_strcat(struct mempool *mp, char *x, char *y)
 {
   return mp_multicat(mp, x, y, NULL);
 }
+char *mp_strjoin(struct mempool *p, char **a, uns n, uns sep);
 
 /* mempool-fmt.c */