X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bundle.h;h=1584e4d821440d525f10515d6a07c6506b732fec;hb=afe7c5ff1f7f6741d35f9852a766d151da23d7d8;hp=c5a22c8d10c7bf5e27536a3b84033b77f3542445;hpb=83d6b33db649f8e0eb96c12e61f518ddfbdfa6f5;p=git.git diff --git a/bundle.h b/bundle.h index c5a22c8d1..1584e4d82 100644 --- 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);