ref-filter: move ref_cbdata definition into ref-filter.c
commit4d4bc41411242028d5670f8f1b305fcd1a7671ad
authorJeff King <peff@peff.net>
Thu, 9 Mar 2017 13:27:55 +0000 (9 08:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 19:51:30 +0000 (10 11:51 -0800)
tree584c0a955c2462c08cbd6d2b132541c2483e95ec
parente0688e9b28f2c5ff711460ee8b62077be5df2360
ref-filter: move ref_cbdata definition into ref-filter.c

This is an implementation detail of how filter_refs() works,
and does not need to be exposed to the outside world. This
will become more important in future patches as we add new
private data types to it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c
ref-filter.h