Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-09-27 03:20:30 +0400
committerBen Straub <bs@github.com>2013-09-27 03:20:30 +0400
commitea59f6597707107940d2a615b5fc4621d62149d3 (patch)
tree865ecb62f11b4c236a0f334d3b0be8ec98745ea6 /src/netops.h
parent83fbd36869e9126bd0fd2139af4d8f4c45865266 (diff)
Deploy gitno_connection_data into transport (winhttp)
...and have that call manage replaced memory in the output structure.
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/netops.h b/src/netops.h
index 0c6e571d9..5c105d6e3 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -84,9 +84,7 @@ typedef struct gitno_connection_data {
int gitno_connection_data_from_url(
gitno_connection_data *data,
const char *url,
- const char *service_suffix,
- const char *original_host,
- bool original_use_ssl);
+ const char *service_suffix);
/* This frees all the pointers IN the struct, but not the struct itself. */
void gitno_connection_data_free_ptrs(gitno_connection_data *data);