diff options
| author | Ben Straub <bs@github.com> | 2013-11-04 11:42:14 -0800 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-11-04 11:42:14 -0800 |
| commit | c227c173b84c8107a8933aeed947f16d82224377 (patch) | |
| tree | de2c6457d89387222b7a331c398ce3f67aed0b41 /src/netops.h | |
| parent | 56c1cda28a4b33fb305d99a2c7985a37efd3839d (diff) | |
| download | libgit2-c227c173b84c8107a8933aeed947f16d82224377.tar.gz | |
Use http_parser_parse_url to parse urls
Diffstat (limited to 'src/netops.h')
| -rw-r--r-- | src/netops.h | 1 |
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, |
