mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-25 17:43:15 +00:00
999b6130a4
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
7 lines
72 B
C
7 lines
72 B
C
#ifndef DISKSEARCH_H
|
|
#define DISKSEARCH_H
|
|
|
|
void DoSearch(void);
|
|
|
|
#endif
|