summaryrefslogtreecommitdiff
path: root/include/git2/common.h
diff options
context:
space:
mode:
authorAndrius Bentkus <andrius.bentkus@gmail.com>2016-07-05 09:41:51 +0300
committerAndrius Bentkus <andrius.bentkus@gmail.com>2016-07-05 18:10:24 +0300
commitf1dba144810b190bc7c621a346f537e1f646b75a (patch)
treebda189664b0460561ea03922b5bbf6e00cf66cdb /include/git2/common.h
parentd8243465be6ae4c3d0482ec262da58276f3a4e58 (diff)
downloadlibgit2-f1dba144810b190bc7c621a346f537e1f646b75a.tar.gz
Add get user agent functionality.
Diffstat (limited to 'include/git2/common.h')
-rw-r--r--include/git2/common.h1
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;
/**