summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/netops.h b/src/netops.h
index c259ed2d6..6e3cd7215 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -26,4 +26,6 @@ int gitno_connect(const char *host, const char *port);
int gitno_send(int s, const char *msg, size_t len, int flags);
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);
+
#endif