summaryrefslogtreecommitdiff
path: root/blacklist.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-06-01 19:38:44 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-06-01 19:38:44 +0200
commitfbc63e8637bff61472d2f58deefcfb971234ce13 (patch)
tree031e2167b988e3b26df231e1e84189dc59b182b2 /blacklist.h
parentd71b080637c5eba84854f2338b53fdda8fc6ed34 (diff)
downloadvdr-plugin-epgsearch-fbc63e8637bff61472d2f58deefcfb971234ce13.tar.gz
vdr-plugin-epgsearch-fbc63e8637bff61472d2f58deefcfb971234ce13.tar.bz2
global blacklists
Diffstat (limited to 'blacklist.h')
-rw-r--r--blacklist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blacklist.h b/blacklist.h
index 7981fbf..dafd317 100644
--- a/blacklist.h
+++ b/blacklist.h
@@ -57,6 +57,7 @@ public:
int ignoreMissingEPGCats;
char** catvalues;
int fuzzyTolerance;
+ int isGlobal;
static char *buffer;
public:
cBlacklist(void);