mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2025-02-17 17:30:23 +00:00
7 lines
72 B
C
7 lines
72 B
C
|
#ifndef DISKSEARCH_H
|
||
|
#define DISKSEARCH_H
|
||
|
|
||
|
void DoSearch(void);
|
||
|
|
||
|
#endif
|