summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/url.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-01-19 14:19:23 +0100
committerthlo <t.lohmar@gmx.de>2013-01-19 14:19:23 +0100
commit3dddf326bd9f7c7992c28f32736fbe7911b9beb5 (patch)
tree97a7a4ddb9673f40d8d4ae76e3d7908001b7b76e /vdr-smarttvweb/url.h
parentfa159f1ed0eba44d654cb835cfaceed276ec5a1b (diff)
downloadvdr-plugin-smarttvweb-3dddf326bd9f7c7992c28f32736fbe7911b9beb5.tar.gz
vdr-plugin-smarttvweb-3dddf326bd9f7c7992c28f32736fbe7911b9beb5.tar.bz2
time query parameter. isnew in recordings.xml. Fixes.
Diffstat (limited to 'vdr-smarttvweb/url.h')
-rw-r--r--vdr-smarttvweb/url.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/url.h b/vdr-smarttvweb/url.h
index 4695f8b..4656a2a 100644
--- a/vdr-smarttvweb/url.h
+++ b/vdr-smarttvweb/url.h
@@ -1,7 +1,7 @@
/*
* url.h: VDR on Smart TV plugin
*
- * Copyright (C) 2012 Thorsten Lohmar
+ * Copyright (C) 2012 T. Lohmar
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -38,6 +38,7 @@ class cUrlEncode {
static string doUrlSaveDecode (string);
static string doXmlSaveEncode (string);
+ static string doXmlSaveDecode (string);
static string removeEtChar(string line, bool xml=true);
static string hexDump(char *line, int line_len);
static string hexDump(string);