summaryrefslogtreecommitdiff
path: root/sha1-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'sha1-array.h')
-rw-r--r--sha1-array.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sha1-array.h b/sha1-array.h
index 232bf95..55d016c 100644
--- a/sha1-array.h
+++ b/sha1-array.h
@@ -22,5 +22,8 @@ int oid_array_for_each(struct oid_array *array,
int oid_array_for_each_unique(struct oid_array *array,
for_each_oid_fn fn,
void *data);
+void oid_array_filter(struct oid_array *array,
+ for_each_oid_fn want,
+ void *cbdata);
#endif /* SHA1_ARRAY_H */