summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-21 18:35:54 +0000
committerlordjaxom <lordjaxom>2004-12-21 18:35:54 +0000
commitc05277882c111760d4e275b8521bb057e913a946 (patch)
tree4eafb4a11134d83b3a5f0d6658fa3df9f924d26f /common.h
parentde783ac67265a5a11ebbad52e8dbc81292b4ac66 (diff)
downloadvdr-plugin-text2skin-c05277882c111760d4e275b8521bb057e913a946.tar.gz
vdr-plugin-text2skin-c05277882c111760d4e275b8521bb057e913a946.tar.bz2
- dunno
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common.h b/common.h
index a0c55bf..28aa42e 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.1 2004/12/19 22:03:09 lordjaxom Exp $
+ * $Id: common.h,v 1.2 2004/12/21 18:35:54 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_COMMON_H
@@ -26,6 +26,7 @@
class cMarks;
class cChannel;
+class cRecording;
// helper functions
@@ -35,6 +36,9 @@ const char *ChannelName(const cChannel *Channel, int Number);
const char *ChannelShortName(const cChannel *Channel, int Number);
//const char *ChannelBouquet(const cChannel *Channel, int Number);
+bool StoppedTimer(const char *Name);
+const cRecording *GetRecordingByName(const char *Name);
+
cxType TimeType(time_t Time, const std::string &Format);
cxType DurationType(uint Index, const std::string &Format);