diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2012-11-13 16:35:24 +0100 |
|---|---|---|
| committer | Carlos MartÃn Nieto <cmn@dwim.me> | 2014-04-30 09:46:25 +0200 |
| commit | 3a728fb508ea3eea8033a9e338c61a6421ad21b2 (patch) | |
| tree | 6f32280311850282e684840cbcc6c52b5a7c77bd /src/oidmap.h | |
| parent | 4cc71bb7fb7d10347bfa8ba57cb4cf74dcc79d4b (diff) | |
| download | libgit2-3a728fb508ea3eea8033a9e338c61a6421ad21b2.tar.gz | |
object: introduce git_describe_object()
Diffstat (limited to 'src/oidmap.h')
| -rw-r--r-- | src/oidmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/oidmap.h b/src/oidmap.h index 50da54b1c..b871a7926 100644 --- a/src/oidmap.h +++ b/src/oidmap.h @@ -45,4 +45,7 @@ GIT_INLINE(khint_t) git_oidmap_hash(const git_oid *oid) } } while (0) #define git_oidmap_foreach_value kh_foreach_value + +#define git_oidmap_size(h) kh_size(h) + #endif |
