[scan] Fix wrong symbol name for non-libmount builds

This commit is contained in:
ejurgensen 2025-08-21 23:39:55 +02:00
parent e607019a1c
commit 3be8e4f479

View File

@ -141,7 +141,7 @@ mountwatch_init(void)
}
#else
int
mountwatch_changed_get(char **path)
mountwatch_event_get(char **path)
{
return -1;
}