blob: b408072d0f26dee2c1ef6bde88fd61ab751adf2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef VDR_LIVE_PRELOAD_H
#define VDR_LIVE_PRELOAD_H
#include <string>
namespace vdrlive {
void PreLoadFileCache(std::string const& configDir);
};
#endif // VDR_LIVE_PRELOAD_H
|