summaryrefslogtreecommitdiff
path: root/list-objects-filter-options.h
diff options
context:
space:
mode:
authorMatthew DeVore <matvore@google.com>2019-06-27 22:54:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-28 15:41:53 (GMT)
commit90d21f9ebf6906f0ebb4fb1b20ec9536072e2916 (patch)
tree5a77a6dd1574984774484068ccdf507f68cd3c6f /list-objects-filter-options.h
parent5a133e8a7f7c28c57f7a0a85e57692b8b781d896 (diff)
downloadgit-90d21f9ebf6906f0ebb4fb1b20ec9536072e2916.zip
git-90d21f9ebf6906f0ebb4fb1b20ec9536072e2916.tar.gz
git-90d21f9ebf6906f0ebb4fb1b20ec9536072e2916.tar.bz2
list-objects-filter-options: make parser void
This function always returns 0, so make it return void instead. Signed-off-by: Matthew DeVore <matvore@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'list-objects-filter-options.h')
-rw-r--r--list-objects-filter-options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/list-objects-filter-options.h b/list-objects-filter-options.h
index d8bc7e9..db37dfb 100644
--- a/list-objects-filter-options.h
+++ b/list-objects-filter-options.h
@@ -74,7 +74,7 @@ void list_objects_filter_die_if_populated(
*
* Dies and prints a user-facing message if an error occurs.
*/
-int parse_list_objects_filter(
+void parse_list_objects_filter(
struct list_objects_filter_options *filter_options,
const char *arg);