ref-filter: make parse_ref_filter_atom a private function
commitaa8a5d144da4e4ec43580831ff4a741538d21db4
authorJeff King <peff@peff.net>
Thu, 13 Jul 2017 15:02:52 +0000 (13 11:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jul 2017 19:42:51 +0000 (13 12:42 -0700)
treef80ac675f685cc75362a934212ac904b96bf870c
parent18a2565016d45538345a06cd9b912040b5581fc1
ref-filter: make parse_ref_filter_atom a private function

The parse_ref_filter_atom() function really shouldn't be
exposed outside of ref-filter.c; its return value is an
integer index into an array that is private in that file.

Since the previous commit removed the sole external caller
(and replaced it with a public function at a more
appropriately level), we can just make this static.

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