X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=parse-options.h;h=a4bd40bb6acf90fdafefa0983fb523dca4e8b11c;hb=d4b12b9e07eba2e4ec1eff38a4151c9302bd1e2c;hp=ac6ba8abf9ec7af1712486ecfe3e397359c4a67f;hpb=10432cc810eb9228dde99b38e2b4b37f5c80d12e;p=thirdparty%2Fgit.git diff --git a/parse-options.h b/parse-options.h index ac6ba8abf9..a4bd40bb6a 100644 --- a/parse-options.h +++ b/parse-options.h @@ -276,6 +276,7 @@ int parse_options_step(struct parse_opt_ctx_t *ctx, int parse_options_end(struct parse_opt_ctx_t *ctx); +struct option *parse_options_dup(const struct option *a); struct option *parse_options_concat(struct option *a, struct option *b); /*----- some often used options -----*/