summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
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);