diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2019-06-16 00:23:01 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-06-16 00:23:01 +0100 |
commit | b7791d0426884088743a8dafac1001de21650285 (patch) | |
tree | c0a1fdf2b2d97a046c412fe29421e35a7e8d7e84 /include/git2/deprecated.h | |
parent | fef847ae57d74e93563bc04222d9da7007fffc4f (diff) | |
download | libgit2-ethomson/object_size.tar.gz |
object: rename git_object__size to git_object_sizeethomson/object_size
We don't use double-underscores in the public API.
Diffstat (limited to 'include/git2/deprecated.h')
-rw-r--r-- | include/git2/deprecated.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/deprecated.h b/include/git2/deprecated.h index 09388cbb4..0195917bb 100644 --- a/include/git2/deprecated.h +++ b/include/git2/deprecated.h @@ -235,6 +235,8 @@ GIT_EXTERN(void) giterr_set_oom(void); #define GIT_OBJ_OFS_DELTA GIT_OBJECT_OFS_DELTA #define GIT_OBJ_REF_DELTA GIT_OBJECT_REF_DELTA +GIT_EXTERN(size_t) git_object__size(git_object_t type); + /**@}*/ /** @name Deprecated Reference Constants |