diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-06-01 19:38:44 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-06-01 19:38:44 +0200 |
commit | fbc63e8637bff61472d2f58deefcfb971234ce13 (patch) | |
tree | 031e2167b988e3b26df231e1e84189dc59b182b2 /blacklist.h | |
parent | d71b080637c5eba84854f2338b53fdda8fc6ed34 (diff) | |
download | vdr-plugin-epgsearch-fbc63e8637bff61472d2f58deefcfb971234ce13.tar.gz vdr-plugin-epgsearch-fbc63e8637bff61472d2f58deefcfb971234ce13.tar.bz2 |
global blacklists
Diffstat (limited to 'blacklist.h')
-rw-r--r-- | blacklist.h | 1 |
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); |