X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bundle.h;h=37c37d7f653c68ab6752fab8203b59783e2f5c40;hb=75e1a08b605b48a89d45d3b4401495909e0a61bf;hp=781e6f5c3a837ac65e6911ec5e0ae458b8b6a5c7;hpb=702bbfef3c96787c73976075c22b03a17da9ee1d;p=thirdparty%2Fgit.git diff --git a/bundle.h b/bundle.h index 781e6f5c3a..37c37d7f65 100644 --- a/bundle.h +++ b/bundle.h @@ -18,8 +18,8 @@ struct bundle_header { int is_bundle(const char *path, int quiet); int read_bundle_header(const char *path, struct bundle_header *header); -int create_bundle(struct repository *r, struct bundle_header *header, - const char *path, int argc, const char **argv); +int create_bundle(struct repository *r, const char *path, + int argc, const char **argv); int verify_bundle(struct repository *r, struct bundle_header *header, int verbose); #define BUNDLE_VERBOSE 1 int unbundle(struct repository *r, struct bundle_header *header,