X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=parse-options.h;h=a4bd40bb6acf90fdafefa0983fb523dca4e8b11c;hb=3a4d7aa5aeeeb6c0b3d92cbaee0d32c2c956c72b;hp=ac6ba8abf9ec7af1712486ecfe3e397359c4a67f;hpb=ae76814c6ca1af63f947c3525dfd1a799c3d9fd4;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 -----*/