updated folder scanning code
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user