diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-07 12:57:56 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-04-19 13:54:19 +0200 |
| commit | 07bd3e57d9a9930727695be690c8757f79117d45 (patch) | |
| tree | 487cd3795e1f0ae208d53889c9a90bbed9924d03 /src/proxy.h | |
| parent | a7bece2014ec043cfe58418dc13e982f79dcfcba (diff) | |
| download | libgit2-07bd3e57d9a9930727695be690c8757f79117d45.tar.gz | |
proxy: ask the user for credentials if necessary
Diffstat (limited to 'src/proxy.h')
| -rw-r--r-- | src/proxy.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/proxy.h b/src/proxy.h new file mode 100644 index 000000000..bf9382737 --- /dev/null +++ b/src/proxy.h @@ -0,0 +1,14 @@ +/* +* Copyright (C) the libgit2 contributors. All rights reserved. +* +* This file is part of libgit2, distributed under the GNU GPL v2 with +* a Linking Exception. For full terms see the included COPYING file. +*/ +#ifndef INCLUDE_proxy_h__ +#define INCLUDE_proxy_h__ + +#include "git2/proxy.h" + +extern int git_proxy_options_dup(git_proxy_options *tgt, const git_proxy_options *src); + +#endif
\ No newline at end of file |
