From f1dba144810b190bc7c621a346f537e1f646b75a Mon Sep 17 00:00:00 2001 From: Andrius Bentkus Date: Tue, 5 Jul 2016 09:41:51 +0300 Subject: Add get user agent functionality. --- include/git2/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2/common.h') 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; /** -- cgit v1.2.1