X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=parse-options-cb.c;h=0de5fb168a5c1b86c50be0d0c3f2d7228e7159a1;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=6db0921fc1fde3b5fbf829577bdd019ae95462e0;hpb=411e6cf1971936ba31ffa142a6d5dc5c06dc8f7a;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; +}