diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2018-01-21 18:01:20 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2018-02-04 10:29:41 +0000 |
| commit | ed51feb74b33ca115ddf739ce3574a76cb7a6fa6 (patch) | |
| tree | f2eb026fdb35cf8860b2313573abd10c274a472d /src/oidarray.h | |
| parent | 7bd89502d818681ee220282d890891d9c11abeb1 (diff) | |
| download | libgit2-ed51feb74b33ca115ddf739ce3574a76cb7a6fa6.tar.gz | |
oidarray: introduce git_oidarray__reverse
Provide a simple function to reverse an oidarray.
Diffstat (limited to 'src/oidarray.h')
| -rw-r--r-- | src/oidarray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oidarray.h b/src/oidarray.h index f051a0ec4..eed3a1091 100644 --- a/src/oidarray.h +++ b/src/oidarray.h @@ -14,6 +14,7 @@ typedef git_array_t(git_oid) git_array_oid_t; +extern void git_oidarray__reverse(git_oidarray *arr); extern void git_oidarray__from_array(git_oidarray *arr, git_array_oid_t *array); #endif |
