adding support for self check and db updat ewith zip files

This commit is contained in:
jakani24
2024-03-29 10:11:39 +01:00
parent 3b450984b8
commit aa0bc23f50
53 changed files with 786 additions and 146 deletions

View File

@@ -7,4 +7,6 @@ int thread_shutdown();
int can_scan_folder();
int scan_folder_init();
int scan_folder_shutdown();
int debug_mode();
int debug_mode_init();
#endif