diff options
Diffstat (limited to 'src/oidmap.h')
| -rw-r--r-- | src/oidmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oidmap.h b/src/oidmap.h index d2c451e7f..2cf208f53 100644 --- a/src/oidmap.h +++ b/src/oidmap.h @@ -49,4 +49,6 @@ GIT_INLINE(khint_t) git_oidmap_hash(const git_oid *oid) #define git_oidmap_size(h) kh_size(h) +#define git_oidmap_clear(h) kh_clear(oid, h) + #endif |
