summaryrefslogtreecommitdiff
path: root/preload.h
diff options
context:
space:
mode:
Diffstat (limited to 'preload.h')
-rw-r--r--preload.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/preload.h b/preload.h
new file mode 100644
index 0000000..b408072
--- /dev/null
+++ b/preload.h
@@ -0,0 +1,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