X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fhashmap.c;h=6928118615ba48306f15b9afee225550a62ed758;hp=7ef809746d3a67f0cfbf4220bbcd05bd673bce93;hb=568b679f2a5db6a23c795363091b94ad804f24f6;hpb=2e4a6ff47b311216829ed0f48f17ee9bc35641dc diff --git a/src/hashmap.c b/src/hashmap.c index 7ef809746..692811861 100644 --- a/src/hashmap.c +++ b/src/hashmap.c @@ -55,10 +55,10 @@ struct pool { unsigned n_used; }; -struct pool *first_hashmap_pool = NULL; +static struct pool *first_hashmap_pool = NULL; static void *first_hashmap_tile = NULL; -struct pool *first_entry_pool = NULL; +static struct pool *first_entry_pool = NULL; static void *first_entry_tile = NULL; static void* allocate_tile(struct pool **first_pool, void **first_tile, size_t tile_size) {