diff -r 02f38adea013 -r 46356d74e873 ucx/map.h --- a/ucx/map.h Thu Oct 04 18:23:32 2012 +0200 +++ b/ucx/map.h Thu Oct 04 18:46:57 2012 +0200 @@ -47,6 +47,7 @@ UcxMap *ucx_map_new(size_t size); void ucx_map_free(UcxMap *map); +UcxMap *ucx_map_clone(UcxMap *map, copy_func fnc, void *data); int ucx_map_put(UcxMap *map, UcxKey key, void *data); void* ucx_map_get(UcxMap *map, UcxKey key);