kqueue: Make _ke_is_excluded static

It is not used in any other file.
This commit is contained in:
Ting-Wei Lan 2018-05-24 23:37:01 +08:00
parent b4259dec70
commit 0388367356

View File

@ -108,7 +108,7 @@ _fallback_callback (GFileMonitor *unused,
* Returns: TRUE if the file should be excluded from the kqueue-powered
* monitoring, FALSE otherwise.
**/
gboolean
static gboolean
_ke_is_excluded (const char *full_path)
{
GFile *f = NULL;