summaryrefslogtreecommitdiff
path: root/neutrinoepg.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2013-04-17 18:19:19 +0200
committerMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2013-04-17 18:19:19 +0200
commitb65b597effe30fc252de5b24620e69a08fe99cbd (patch)
tree00066996fd21b5bef1306eb592602e2b2eeeaf91 /neutrinoepg.h
parent6b786dcad09fec3a8f9d3a6b52fe4ddf13f93658 (diff)
downloadvdr-plugin-neutrinoepg-b65b597effe30fc252de5b24620e69a08fe99cbd.tar.gz
vdr-plugin-neutrinoepg-b65b597effe30fc252de5b24620e69a08fe99cbd.tar.bz2
new parameter HideGroupsAt to hide groups and following from this group number
Diffstat (limited to 'neutrinoepg.h')
-rw-r--r--neutrinoepg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/neutrinoepg.h b/neutrinoepg.h
index 92b3914..8d57d15 100644
--- a/neutrinoepg.h
+++ b/neutrinoepg.h
@@ -27,6 +27,7 @@ extern int percentprogress;
extern int middlemenuentry;
extern int switchgroupkey;
extern int ChannelNameWidth;
+extern int HideGroupsAt;
static const char *VERSION = "0.3.3";
static const char *DESCRIPTION = "View the EPG like neutrino does";