diff options
| author | Philip Kelley <phkelley@hotmail.com> | 2012-11-06 08:52:03 -0500 |
|---|---|---|
| committer | Philip Kelley <phkelley@hotmail.com> | 2012-11-06 08:52:03 -0500 |
| commit | 091361f569dd86e8550c04afb193bfb516a21a74 (patch) | |
| tree | a6afafde40743ddde98fcb8e4d36031b6d7f47a0 /src/remote.h | |
| parent | a5e85d86b7e13352c553b0a43bc36fee5880b5c7 (diff) | |
| download | libgit2-091361f569dd86e8550c04afb193bfb516a21a74.tar.gz | |
Basic authentication for http and winhttp
Diffstat (limited to 'src/remote.h')
| -rw-r--r-- | src/remote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h index b0df2d649..6a90bfcb4 100644 --- a/src/remote.h +++ b/src/remote.h @@ -22,6 +22,7 @@ struct git_remote { git_vector refs; struct git_refspec fetch; struct git_refspec push; + git_cred_acquire_cb cred_acquire_cb; git_transport *transport; git_repository *repo; git_remote_callbacks callbacks; |
