]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mempool.h
main_get_timer() made public.
[libucw.git] / lib / mempool.h
index 255e5389fd8431d7974fe32af8046eb261dbc9a1..95727688ac9b8be0302d0fae414ce04b984569a9 100644 (file)
@@ -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)