Documentation/build-docdep.perl: generate sorted output
[git/debian.git] / bundle-uri.h
blob8a152f1ef142f953ac760dc62e49b47074aae8ea
1 #ifndef BUNDLE_URI_H
2 #define BUNDLE_URI_H
4 struct repository;
6 /**
7 * Fetch data from the given 'uri' and unbundle the bundle data found
8 * based on that information.
10 * Returns non-zero if no bundle information is found at the given 'uri'.
12 int fetch_bundle_uri(struct repository *r, const char *uri);
14 #endif