From 3dddf326bd9f7c7992c28f32736fbe7911b9beb5 Mon Sep 17 00:00:00 2001 From: thlo Date: Sat, 19 Jan 2013 14:19:23 +0100 Subject: time query parameter. isnew in recordings.xml. Fixes. --- vdr-smarttvweb/url.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vdr-smarttvweb/url.h') 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); -- cgit v1.2.3