Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: pass ref prefixes when pushing
[gitweb.git]
/
connect.h
diff --git
a/connect.h
b/connect.h
index cdb8979dce77a19ae3772e38fdf2859a9db2dcc4..8898d44952a1dc2c5e9d9d3c6b4133aff807b245 100644
(file)
--- a/
connect.h
+++ b/
connect.h
@@
-16,4
+16,6
@@
extern int url_is_local_not_ssh(const char *url);
struct packet_reader;
extern enum protocol_version discover_version(struct packet_reader *reader);
+extern int server_supports_v2(const char *c, int die_on_error);
+
#endif