ucx/map.c

changeset 116
234920008754
parent 112
6384016df2a3
child 136
b798f2eed26a
     1.1 --- a/ucx/map.c	Wed Jul 17 12:32:03 2013 +0200
     1.2 +++ b/ucx/map.c	Wed Jul 17 15:56:01 2013 +0200
     1.3 @@ -64,7 +64,7 @@
     1.4      return map;
     1.5  }
     1.6  
     1.7 -void ucx_map_free_elmlist(UcxMap *map) {
     1.8 +static void ucx_map_free_elmlist(UcxMap *map) {
     1.9      for (size_t n = 0 ; n < map->size ; n++) {
    1.10          UcxMapElement *elem = map->map[n];
    1.11          if (elem != NULL) {

mercurial