diff options
Diffstat (limited to 'src/strmap.c')
| -rw-r--r-- | src/strmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strmap.c b/src/strmap.c index 98b939fea..a2132285e 100644 --- a/src/strmap.c +++ b/src/strmap.c @@ -36,7 +36,7 @@ void git_strmap_clear(git_strmap *map) kh_clear(str, map); } -size_t git_strmap_num_entries(git_strmap *map) +size_t git_strmap_size(git_strmap *map) { return kh_size(map); } |
