Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make the "traditionally-supported" URLs a special case
[gitweb.git]
/
transport.h
diff --git
a/transport.h
b/transport.h
index df87264637bcc6fc5954b52a9580f4d222ac3a00..b49c10f57db86796a3c336c8b715d71fa49fdf0e 100644
(file)
--- a/
transport.h
+++ b/
transport.h
@@
-78,6
+78,6
@@
int transport_disconnect(struct transport *transport);
char *transport_anonymize_url(const char *url);
/* Transport methods defined outside transport.c */
-int transport_helper_init(struct transport *transport);
+int transport_helper_init(struct transport *transport
, const char *name
);
#endif