diff options
Diffstat (limited to 'transport.h')
-rw-r--r-- | transport.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/transport.h b/transport.h index 3e0091eaab..f7df6ec1d2 100644 --- a/transport.h +++ b/transport.h @@ -132,6 +132,13 @@ struct transport { /* Returns a transport suitable for the url */ struct transport *transport_get(struct remote *, const char *); +/* + * Check whether a transport is allowed by the environment, + * and die otherwise. type should generally be the URL scheme, + * as described in Documentation/git.txt + */ +void transport_check_allowed(const char *type); + /* Transport options which apply to git:// and scp-style URLs */ /* The program to use on the remote side to send a pack */ |