summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netops.h b/src/netops.h
index 5c105d6e3..666d66b12 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -92,6 +92,7 @@ void gitno_connection_data_free_ptrs(gitno_connection_data *data);
int gitno_extract_url_parts(
char **host,
char **port,
+ char **path,
char **username,
char **password,
const char *url,