X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=parse-options-cb.c;h=0de5fb168a5c1b86c50be0d0c3f2d7228e7159a1;hb=00fb2d25632191b89ac4144e1a6498470a4a1c9e;hp=6db0921fc1fde3b5fbf829577bdd019ae95462e0;hpb=110c511dbeff65f7ae92216cf1d976a9093d911f;p=git.git diff --git a/parse-options-cb.c b/parse-options-cb.c index 6db0921fc..0de5fb168 100644 --- a/parse-options-cb.c +++ b/parse-options-cb.c @@ -123,3 +123,8 @@ int parse_opt_string_list(const struct option *opt, const char *arg, int unset) string_list_append(v, xstrdup(arg)); return 0; } + +int parse_opt_noop_cb(const struct option *opt, const char *arg, int unset) +{ + return 0; +}