X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=parse-options.h;h=13ad15869e356ddaf3eef5a2d80401c39aaaf7d8;hb=7be9467204de4680e84c366cb30ff05c1c10edbd;hp=4ee443dafe146f05d1fe2a46e7e39ca6fdd608f9;hpb=769f60aed3906ba9cd1151731f2551087cc8502f;p=git.git diff --git a/parse-options.h b/parse-options.h index 4ee443daf..13ad15869 100644 --- a/parse-options.h +++ b/parse-options.h @@ -123,4 +123,6 @@ extern int parse_opt_approxidate_cb(const struct option *, const char *, int); "use digits to display SHA-1s", \ PARSE_OPT_OPTARG, &parse_opt_abbrev_cb, 0 } +extern const char *parse_options_fix_filename(const char *prefix, const char *file); + #endif