diff options
author | Andrius Bentkus <andrius.bentkus@gmail.com> | 2016-07-05 09:41:51 +0300 |
---|---|---|
committer | Andrius Bentkus <andrius.bentkus@gmail.com> | 2016-07-05 18:10:24 +0300 |
commit | f1dba144810b190bc7c621a346f537e1f646b75a (patch) | |
tree | bda189664b0460561ea03922b5bbf6e00cf66cdb /include/git2/common.h | |
parent | d8243465be6ae4c3d0482ec262da58276f3a4e58 (diff) | |
download | libgit2-f1dba144810b190bc7c621a346f537e1f646b75a.tar.gz |
Add get user agent functionality.
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index d7428d811..18abe46b3 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -158,6 +158,7 @@ typedef enum { GIT_OPT_SET_USER_AGENT, GIT_OPT_ENABLE_STRICT_OBJECT_CREATION, GIT_OPT_SET_SSL_CIPHERS, + GIT_OPT_GET_USER_AGENT, } git_libgit2_opt_t; /** |