mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[scan] Fix wrong symbol name for non-libmount builds
This commit is contained in:
@@ -141,7 +141,7 @@ mountwatch_init(void)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int
|
int
|
||||||
mountwatch_changed_get(char **path)
|
mountwatch_event_get(char **path)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user