summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
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 dec5b70..0113249 100644
--- a/util.h
+++ b/util.h
@@ -32,7 +32,7 @@ extern int Yesterday;
extern int YesterdayEpoch;
extern int YesterdayEpochUTC;
-extern enum EFormat
+enum EFormat
{
//First all batchmode, load ONCE protocols:
MHW1 = 0,
@@ -47,7 +47,7 @@ extern enum EFormat
EIT,
//the highest number of EPG-formats that is supported by this plugin
HIGHEST_FORMAT = EIT
-} Format;
+};
extern cEquivHandler* EquivHandler;