]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bundle.h
bundle: add parse_bundle_header() helper function
[thirdparty/git.git] / bundle.h
index e2aedd60d6ad1482bb6da173c853e6ba4805c8d7..c6228e2102c4fe6958d4086061df1f556451cdb9 100644 (file)
--- a/bundle.h
+++ b/bundle.h
@@ -14,6 +14,7 @@ struct bundle_header {
        struct ref_list references;
 };
 
+int is_bundle(const char *path, int quiet);
 int read_bundle_header(const char *path, struct bundle_header *header);
 int create_bundle(struct bundle_header *header, const char *path,
                int argc, const char **argv);