dir.c: make git_fnmatch() not inline
commit1f26ce615ab4b74cdd018e5d543138c2d188c3d8
authorCharles Bailey <cbailey32@bloomberg.net>
Sat, 29 Mar 2014 15:39:00 +0000 (29 15:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 18:50:15 +0000 (31 11:50 -0700)
treeae81a7839d85b7c256be5a5a387169289d23fab9
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
dir.c: make git_fnmatch() not inline

Now that it calls a static inline function, it cannot be an inline
definition with external linkage. Remove inline and make it an
external definition.

Signed-off-by: Charles Bailey <cbailey32@bloomberg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c