Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use an external program to implement fetching with curl
[gitweb.git]
/
transport.h
diff --git
a/transport.h
b/transport.h
index 51b539778c2f63591c4f032e311372b2e9975a37..df87264637bcc6fc5954b52a9580f4d222ac3a00 100644
(file)
--- a/
transport.h
+++ b/
transport.h
@@
-77,4
+77,7
@@
void transport_unlock_pack(struct transport *transport);
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);
+
#endif