X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=parse-options.h;h=7581e931da13151473739036a89d9d19303eb18b;hb=e1ba0f6340c1d72677c7792a0a82ecf05363026e;hp=9429f7e36112b7b9cf52d4b3b68b007938396322;hpb=f1aa782a3b72a2c4de46dc93b484eb99dc01d4d0;p=git.git diff --git a/parse-options.h b/parse-options.h index 9429f7e36..7581e931d 100644 --- a/parse-options.h +++ b/parse-options.h @@ -187,6 +187,7 @@ extern int parse_options_step(struct parse_opt_ctx_t *ctx, extern int parse_options_end(struct parse_opt_ctx_t *ctx); +extern int parse_options_concat(struct option *dst, size_t, struct option *src); /*----- some often used options -----*/ extern int parse_opt_abbrev_cb(const struct option *, const char *, int);