Merge branch 'js/visual-studio'
[gitweb.git] / list-objects-filter-options.h
index d8bc7e946e59e97a1d87bf120acd8b423e533cea..b63c5ee1a368aa4d34cda8bbc41fce905692495b 100644 (file)
@@ -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);
 
@@ -120,6 +120,7 @@ void partial_clone_register(
        const char *remote,
        struct list_objects_filter_options *filter_options);
 void partial_clone_get_default_filter_spec(
-       struct list_objects_filter_options *filter_options);
+       struct list_objects_filter_options *filter_options,
+       const char *remote);
 
 #endif /* LIST_OBJECTS_FILTER_OPTIONS_H */