make filewatcher more robust

This commit is contained in:
2025-04-12 01:15:30 +03:00
parent c9205336c1
commit b63261a739
14 changed files with 543 additions and 287 deletions

View File

@@ -29,7 +29,7 @@ void hi_deinit(void);
/**
* Print a random assortment of information from current state
*/
void hi_print_module_infos(void);
void hi_print_loaded_modules(void);
/**
* Reload shared library if it has changed since last reload or init was called