summaryrefslogtreecommitdiff
path: root/sources.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-09 12:11:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-09 12:11:32 +0100
commita9f1297022319c97e16f6d904254a6d0bae4442e (patch)
tree55347962328500afc784946c5e965b0c02871b10 /sources.h
parentf8058586f9d438bfd3c501a3a313a1cc1c30299b (diff)
downloadvdr-a9f1297022319c97e16f6d904254a6d0bae4442e.tar.gz
vdr-a9f1297022319c97e16f6d904254a6d0bae4442e.tar.bz2
Fixed adding new source types in case they are already registered
Diffstat (limited to 'sources.h')
-rw-r--r--sources.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources.h b/sources.h
index 8c2fdfb8..1cd05b83 100644
--- a/sources.h
+++ b/sources.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sources.h 3.2 2013/08/21 10:27:32 kls Exp $
+ * $Id: sources.h 3.3 2014/03/09 11:59:49 kls Exp $
*/
#ifndef __SOURCES_H
@@ -62,6 +62,7 @@ public:
class cSources : public cConfig<cSource> {
public:
cSource *Get(int Code);
+ bool ContainsSourceType(char SourceType);
};
extern cSources Sources;