X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fmempool.h;h=95727688ac9b8be0302d0fae414ce04b984569a9;hb=ccc6aa0a17952f8dacc0edd60de8e5aa11e2df60;hp=255e5389fd8431d7974fe32af8046eb261dbc9a1;hpb=e23d835f0f224d48f5c0b39a0f2bd18b342e703d;p=libucw.git diff --git a/lib/mempool.h b/lib/mempool.h index 255e5389..95727688 100644 --- a/lib/mempool.h +++ b/lib/mempool.h @@ -63,6 +63,7 @@ mp_end_string(struct mempool *p, void *stop) /* mempool-str.c */ char *mp_strdup(struct mempool *, char *); +void *mp_memdup(struct mempool *, void *, uns); char *mp_multicat(struct mempool *, ...); static inline char * mp_strcat(struct mempool *mp, char *x, char *y)