summaryrefslogtreecommitdiffstats
path: root/src/os.h
blob: 78617bc2b6f415b1cf82867489098b923fede27b (plain) (blame)
1
2
3
4
5
6
7
#ifndef OS_H
#define OS_H

char* scan_for_wav_pretty(const char *directory_path);
char* scan_for_wav(const char *directory_path);

#endif /* OS_H */