#endif
#if ENABLE_IMAGECACHE
{ "imagecache", &imagecache_enabled },
+#endif
+#if ENABLE_TIMESHIFT
+ { "timeshift", ×hift_enabled },
#endif
{ NULL, NULL }
};
static int timeshift_index = 0;
-int timeshift_enabled;
+uint32_t timeshift_enabled;
int timeshift_ondemand;
char *timeshift_path;
int timeshift_unlimited_period;
#ifndef __TVH_TIMESHIFT_H__
#define __TVH_TIMESHIFT_H__
-extern int timeshift_enabled;
+extern uint32_t timeshift_enabled;
extern int timeshift_ondemand;
extern char *timeshift_path;
extern int timeshift_unlimited_period;