From: Nguyễn Thái Ngọc Duy Date: Tue, 1 Jan 2013 02:44:05 +0000 (+0700) Subject: wildmatch: rename constants and update prototype X-Git-Tag: v1.8.2-rc0~85^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9b3497cab9986883ff2499722f8758795afa34b7?ds=inline;hp=9b3497cab9986883ff2499722f8758795afa34b7 wildmatch: rename constants and update prototype - All exported constants now have a prefix WM_ - Do not rely on FNM_* constants, use the WM_ counterparts - Remove TRUE and FALSE to follow Git's coding style - While at it, turn flags type from int to unsigned int - Add an (unused yet) argument to carry extra information so that we don't have to change the prototype again later when we need to pass other stuff to wildmatch Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---