updated folder scanning code

This commit is contained in:
jakani24
2023-12-25 22:50:30 +01:00
parent 89aab04cce
commit f069abeb7b
97 changed files with 4778 additions and 150 deletions

View File

@@ -1,4 +1,10 @@
#ifndef APP_CTRL_H
#define APP_CTRL_H
int app_stop();
int can_run_thread();
int thread_init();
int thread_shutdown();
int can_scan_folder();
int scan_folder_init();
int scan_folder_shutdown();
#endif