summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-07 21:48:28 +0000
committerlordjaxom <lordjaxom>2005-01-07 21:48:28 +0000
commit7c3fd29204b8882011186b6337b002893fe2d1f6 (patch)
tree29c2403d3a1da2714aa5dbf38a25301452c8802a /xml
parenta699e6cd23cf52e8dc250acff868ce82742c7ea3 (diff)
downloadvdr-plugin-text2skin-7c3fd29204b8882011186b6337b002893fe2d1f6.tar.gz
vdr-plugin-text2skin-7c3fd29204b8882011186b6337b002893fe2d1f6.tar.bz2
- implemented token FreeDiskSpace
Diffstat (limited to 'xml')
-rw-r--r--xml/string.c4
-rw-r--r--xml/string.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/xml/string.c b/xml/string.c
index a9b7711..424b4d0 100644
--- a/xml/string.c
+++ b/xml/string.c
@@ -1,12 +1,12 @@
/*
- * $Id: string.c,v 1.6 2005/01/02 20:04:39 lordjaxom Exp $
+ * $Id: string.c,v 1.7 2005/01/07 21:48:28 lordjaxom Exp $
*/
#include "xml/string.h"
#include "render.h"
static const char *Tokens[__COUNT_TOKEN__] = {
- "DateTime",
+ "DateTime", "FreeDiskSpace",
// Channel Display
"ChannelNumber", "ChannelName", "ChannelShortName", "ChannelBouquet", "ChannelPortal",
diff --git a/xml/string.h b/xml/string.h
index 7f77dc9..787d81e 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -1,5 +1,5 @@
/*
- * $Id: string.h,v 1.7 2005/01/02 20:04:39 lordjaxom Exp $
+ * $Id: string.h,v 1.8 2005/01/07 21:48:51 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_XML_STRING_H
@@ -11,6 +11,7 @@
enum exToken {
tDateTime,
+ tFreeDiskSpace,
// Channel Display
tChannelNumber,