mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-21 22:31:13 +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
|