summaryrefslogtreecommitdiff
path: root/sources.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-09 12:15:08 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-09 12:15:08 +0100
commite823560ec53c7209f278fa331b2c0d227ca5529e (patch)
tree9584f6105f7938eb3474f23c8fe4552c06c43dbb /sources.h
parentff1422a75a753789633f48c01726324107a237e6 (diff)
downloadvdr-e823560ec53c7209f278fa331b2c0d227ca5529e.tar.gz
vdr-e823560ec53c7209f278fa331b2c0d227ca5529e.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 516a3edc..c83ec59f 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 2.4 2012/06/17 11:19:23 kls Exp $
+ * $Id: sources.h 2.4.1.1 2014/03/09 12:13:34 kls Exp $
*/
#ifndef __SOURCES_H
@@ -47,6 +47,7 @@ public:
class cSources : public cConfig<cSource> {
public:
cSource *Get(int Code);
+ bool ContainsSourceType(char SourceType);
};
extern cSources Sources;