ref-filter: move ref_cbdata definition into ref-filter.c
[gitweb.git] / ref-filter.c
index 1ec0fb8391ba6be716e76c688a0f9e2f0208adc2..6546dba732a0bef29b02b63dbd977aa9a2ac02a4 100644 (file)
@@ -1476,6 +1476,11 @@ enum contains_result {
        CONTAINS_YES = 1
 };
 
+struct ref_filter_cbdata {
+       struct ref_array *array;
+       struct ref_filter *filter;
+};
+
 /*
  * Mimicking the real stack, this stack lives on the heap, avoiding stack
  * overflows.