X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=include%2Fmap.h;h=b74974482db1f98bbdad114dffc629f1be06198e;hp=33092d3a6a641df552916830c04d81387e1d74ad;hb=2cce67f0002cdb6dcdc2ab8ccf837e3d2b3336de;hpb=a19bce63ef088ad03004bc8e9bfde4901d978151 diff --git a/include/map.h b/include/map.h index 33092d3..b749744 100644 --- a/include/map.h +++ b/include/map.h @@ -7,7 +7,7 @@ typedef struct map map_t; typedef struct map_iter map_iter_t; typedef struct map_impl map_impl_t; -typedef void * map_key_t; +typedef uint64_t map_key_t; typedef uint64_t map_val_t; map_t * map_alloc (const map_impl_t *map_impl, const datatype_t *key_type);