From 15fee6896cb3cc24c0ae14106efdbc328a07ff79 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Fri, 1 Jun 2012 01:17:44 +0200 Subject: fix compile, but can not lock schedule --- util.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util.c') diff --git a/util.c b/util.c index b60547d..069753f 100644 --- a/util.c +++ b/util.c @@ -10,6 +10,13 @@ namespace util { +int AvailableSources[32]; +int NumberOfAvailableSources = 0; + +int Yesterday; +int YesterdayEpoch; +int YesterdayEpochUTC; + cChannel *GetChannelByID(tChannelID & channelID, bool searchOtherPos) { cChannel *VC = Channels.GetByChannelID(channelID, true); -- cgit v1.2.3