summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-07-09 21:04:13 +0200
committerJochen Dolze <vdr@dolze.de>2011-07-09 21:04:13 +0200
commitb48d063954c93bc6c35c2d07fce1530a7ce355d7 (patch)
tree5d0a4a4317bf1a4b9ffb988d2e2e8d823e8425b0 /setup.h
parent0fcdd46b05f096c0ab226db31ea4378efd1f446c (diff)
downloadvdr-plugin-xmltv2vdr-b48d063954c93bc6c35c2d07fce1530a7ce355d7.tar.gz
vdr-plugin-xmltv2vdr-b48d063954c93bc6c35c2d07fce1530a7ce355d7.tar.bz2
Configfiles are now stored in /var/lib/epgsources (grabber) and ConfigDir (plugin)
Added ability to copy and reset channel settings Added input field for pin Grabbers get now called with arguments (channellist)
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 003f540..a787db7 100644
--- a/setup.h
+++ b/setup.h
@@ -98,6 +98,7 @@ private:
cEPGSource *epgsrc;
int *sel;
int days;
+ char pin[255];
cOsdItem *newtitle (const char *s);
public:
cMenuSetupXmltv2vdrChannelSource(cPluginXmltv2vdr *Plugin, cMenuSetupXmltv2vdr *Menu, int Index);