summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-04-11 13:02:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-04-11 13:02:42 +0200
commit512522f259a5ef4836b5d03030d737515c0787d0 (patch)
tree7e7da0252d06ae9c4f0fbbea27631d7dfb440ae3 /dvbdevice.h
parent5a67f86207d068aae612aa2a78505d9b96394e87 (diff)
downloadvdr-512522f259a5ef4836b5d03030d737515c0787d0.tar.gz
vdr-512522f259a5ef4836b5d03030d737515c0787d0.tar.bz2
The various modulation types are now taken into account when selecting a device
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index dceedd13..ff606fd4 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 2.13 2010/02/21 14:06:08 kls Exp $
+ * $Id: dvbdevice.h 2.14 2010/04/11 10:29:37 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -37,6 +37,7 @@ struct tDvbParameterMap {
const char *userString;
};
+const char *MapToUserString(int Value, const tDvbParameterMap *Map);
int MapToUser(int Value, const tDvbParameterMap *Map, const char **String = NULL);
int MapToDriver(int Value, const tDvbParameterMap *Map);
int UserIndex(int Value, const tDvbParameterMap *Map);