summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-01-30 19:03:58 -0800
committerBen Straub <bs@github.com>2013-01-30 19:03:58 -0800
commit2234b2b03153c03fc6d502dd61ae55e659be4b8b (patch)
treef3ebc65392fa5c94c3c11c809688454f51f64c48 /src/netops.h
parent5f10853e90014ea9929a976f647f2a2d32a2c129 (diff)
downloadlibgit2-2234b2b03153c03fc6d502dd61ae55e659be4b8b.tar.gz
Stash username from url (but don't use it yet)
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netops.h b/src/netops.h
index f8ff42c40..bb2624abe 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -66,6 +66,6 @@ int gitno_send(gitno_socket *socket, const char *msg, size_t len, int flags);
int gitno_close(gitno_socket *s);
int gitno_select_in(gitno_buffer *buf, long int sec, long int usec);
-int gitno_extract_host_and_port(char **host, char **port, const char *url, const char *default_port);
+int gitno_extract_host_and_port(char **host, char **port, char **username, const char *url, const char *default_port);
#endif