ucx/map.h

changeset 44
46356d74e873
parent 42
ff3dd1ee7dee
child 45
dd03226c1a6b
     1.1 --- a/ucx/map.h	Thu Oct 04 18:23:32 2012 +0200
     1.2 +++ b/ucx/map.h	Thu Oct 04 18:46:57 2012 +0200
     1.3 @@ -47,6 +47,7 @@
     1.4  
     1.5  UcxMap *ucx_map_new(size_t size);
     1.6  void ucx_map_free(UcxMap *map);
     1.7 +UcxMap *ucx_map_clone(UcxMap *map, copy_func fnc, void *data);
     1.8  
     1.9  int ucx_map_put(UcxMap *map, UcxKey key, void *data);
    1.10  void* ucx_map_get(UcxMap *map, UcxKey key);

mercurial