diff options
author | lordjaxom <lordjaxom> | 2005-01-07 21:48:28 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-07 21:48:28 +0000 |
commit | 7c3fd29204b8882011186b6337b002893fe2d1f6 (patch) | |
tree | 29c2403d3a1da2714aa5dbf38a25301452c8802a /xml/string.h | |
parent | a699e6cd23cf52e8dc250acff868ce82742c7ea3 (diff) | |
download | vdr-plugin-text2skin-7c3fd29204b8882011186b6337b002893fe2d1f6.tar.gz vdr-plugin-text2skin-7c3fd29204b8882011186b6337b002893fe2d1f6.tar.bz2 |
- implemented token FreeDiskSpace
Diffstat (limited to 'xml/string.h')
-rw-r--r-- | xml/string.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |