mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +01:00
8 lines
112 B
C
8 lines
112 B
C
#ifndef FS_TASK_H
|
|
#define FS_TASK_H
|
|
|
|
void fs_task_scan_index();
|
|
void fs_task_initialize();
|
|
|
|
#endif // FS_TASK_H
|