]> git.ipfire.org Git - thirdparty/git.git/blobdiff - convert.h
convert: add get_stream_filter_ca() variant
[thirdparty/git.git] / convert.h
index a4838b5e5c66634283ed4ef7c8662a529c33f734..484b50965d5fdebf64eb0f5b1b11a5e15c626352 100644 (file)
--- a/convert.h
+++ b/convert.h
@@ -179,6 +179,8 @@ struct stream_filter; /* opaque */
 struct stream_filter *get_stream_filter(const struct index_state *istate,
                                        const char *path,
                                        const struct object_id *);
+struct stream_filter *get_stream_filter_ca(const struct conv_attrs *ca,
+                                          const struct object_id *oid);
 void free_stream_filter(struct stream_filter *);
 int is_null_stream_filter(struct stream_filter *);