diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-06 13:50:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-06 13:50:48 -0700 |
commit | f44bc33c7283c19a86797ffdaafd22a19bbdfbd6 (patch) | |
tree | 9e33941160873fda6e65de8c94fa3a4178631c0f /parse-options.h | |
parent | d96ca27e1089a190139591ac365873f26bffcf5c (diff) | |
parent | 781c1834f5419bdf81bb7f3750170ccd6b809174 (diff) | |
download | git-f44bc33c7283c19a86797ffdaafd22a19bbdfbd6.tar.gz |
Sync with 1.5.6.5
Diffstat (limited to 'parse-options.h')
-rw-r--r-- | parse-options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parse-options.h b/parse-options.h index bc317e7512..5199950c00 100644 --- a/parse-options.h +++ b/parse-options.h @@ -159,4 +159,6 @@ extern int parse_opt_approxidate_cb(const struct option *, const char *, int); "use <n> 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 |