diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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_ */ |