summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-11-04 11:42:14 -0800
committerBen Straub <bs@github.com>2013-11-04 11:42:14 -0800
commitc227c173b84c8107a8933aeed947f16d82224377 (patch)
treede2c6457d89387222b7a331c398ce3f67aed0b41 /src/netops.h
parent56c1cda28a4b33fb305d99a2c7985a37efd3839d (diff)
downloadlibgit2-c227c173b84c8107a8933aeed947f16d82224377.tar.gz
Use http_parser_parse_url to parse urls
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,