summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/util.h b/util.h
index a94390a..8c12184 100644
--- a/util.h
+++ b/util.h
@@ -7,9 +7,14 @@
#ifndef UTIL_H_
#define UTIL_H_
+#include <time.h>
+class cChannel;
+struct tChannelID;
+namespace util
+{
int AvailableSources[32];
-int NumberOfAvailableSources;
+int NumberOfAvailableSources = 0;
int Yesterday;
int YesterdayEpoch;
@@ -20,5 +25,5 @@ time_t LocalTime2UTC (time_t t);
time_t UTC2LocalTime (time_t t);
void GetLocalTimeOffset (void);
void CleanString (unsigned char *String);
-
+}
#endif /* UTIL_H_ */