[library] Move library update trigger to new library module

This commit is contained in:
ejurgensen
2017-01-27 23:23:25 +01:00
parent dc84294348
commit 97aa544945
5 changed files with 54 additions and 77 deletions

View File

@@ -86,6 +86,9 @@ library_set_scanning(bool is_scanning);
bool
library_is_exiting();
void
library_update_trigger(void);
int
library_exec_async(command_function func, void *arg);