diff options
author | Vicent Marti <tanoku@gmail.com> | 2013-01-23 23:44:34 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-01-23 23:44:34 +0100 |
commit | a0f777c87f1dca716ef71fbd378de86ab1bafeba (patch) | |
tree | 88435aeb9c682e775d91a5bb8b429cee8ad476be /include/git2/common.h | |
parent | 586f71ef2e6b1264c4dc7bc8270c2b7257675eb3 (diff) | |
download | libgit2-a0f777c87f1dca716ef71fbd378de86ab1bafeba.tar.gz |
opts: Add getters too
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 7e7c7e31f..7066d5ea3 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -125,8 +125,10 @@ GIT_EXTERN(int) git_libgit2_capabilities(void); enum { - GIT_OPT_MWINDOW_SIZE, - GIT_OPT_MWINDOW_MAPPED_LIMIT + GIT_OPT_GET_MWINDOW_SIZE, + GIT_OPT_SET_MWINDOW_SIZE, + GIT_OPT_GET_MWINDOW_MAPPED_LIMIT, + GIT_OPT_SET_MWINDOW_MAPPED_LIMIT }; /** |