summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-11 16:35:24 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2016-04-19 13:54:19 +0200
commita7bece2014ec043cfe58418dc13e982f79dcfcba (patch)
treebf8a44e3c7d80c0c8fecad6ccd0b7c6219af3c93 /include/git2.h
parent029c93464f3124556286ccc46164c1d4181edfcc (diff)
downloadlibgit2-a7bece2014ec043cfe58418dc13e982f79dcfcba.tar.gz
proxy: introduce a proxy options struct
It is currently unused; it will go into the remote's options.
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index ac4a63160..bc4333cc9 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -40,6 +40,7 @@
#include "git2/pack.h"
#include "git2/patch.h"
#include "git2/pathspec.h"
+#include "git2/proxy.h"
#include "git2/rebase.h"
#include "git2/refdb.h"
#include "git2/reflog.h"