summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2014-04-14 10:05:33 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2014-04-14 10:05:33 +0200
commit7342e5ac9ca1512c2a89aeffe897eefe65e10c58 (patch)
treeaa5d6a2169a8323fc90411a87a60ed6c2a6f494d /util.h
parent809d08939391b0f3db93b28cf59bc3da137ff006 (diff)
parent0223b8b98276b3f1c935325c9dcdf9b6484eb136 (diff)
downloadvdr-plugin-eepg-7342e5ac9ca1512c2a89aeffe897eefe65e10c58.tar.gz
vdr-plugin-eepg-7342e5ac9ca1512c2a89aeffe897eefe65e10c58.tar.bz2
Merge branch 'experimental' into freeview_test
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index 2a4cd51..b72aaa1 100644
--- a/util.h
+++ b/util.h
@@ -40,7 +40,7 @@ extern int Yesterday;
extern int YesterdayEpoch;
extern int YesterdayEpochUTC;
-extern enum EFormat
+enum EFormat
{
//First all batchmode, load ONCE protocols:
MHW1 = 0,
@@ -55,7 +55,7 @@ extern enum EFormat
EIT,
//the highest number of EPG-formats that is supported by this plugin
HIGHEST_FORMAT = EIT
-} Format;
+};
extern cEquivHandler* EquivHandler;