mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-09-14 08:54:45 +00:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef DISKSEARCH_H
|
|
#define DISKSEARCH_H
|
|
|
|
void DoSearch(boolean getMore);
|
|
void FreeJSON(void);
|
|
|
|
#endif
|