summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/util.c b/util.c
index 68708d7..b60547d 100644
--- a/util.c
+++ b/util.c
@@ -4,8 +4,11 @@
* Created on: 23.5.2012
* Author: d.petrovski
*/
+#include "util.h"
+#include <vdr/channels.h>
-int NumberOfAvailableSources = 0;
+namespace util
+{
cChannel *GetChannelByID(tChannelID & channelID, bool searchOtherPos)
{
@@ -110,4 +113,4 @@ void CleanString (unsigned char *String)
// LogD (1, prep("Clean: %s"), String);
}
-
+}