diff -r 965fd17ed9cf -r 234920008754 ucx/map.c --- a/ucx/map.c Wed Jul 17 12:32:03 2013 +0200 +++ b/ucx/map.c Wed Jul 17 15:56:01 2013 +0200 @@ -64,7 +64,7 @@ return map; } -void ucx_map_free_elmlist(UcxMap *map) { +static void ucx_map_free_elmlist(UcxMap *map) { for (size_t n = 0 ; n < map->size ; n++) { UcxMapElement *elem = map->map[n]; if (elem != NULL) {