#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