diff options
Diffstat (limited to 'vdr-smarttvweb/url.h')
-rw-r--r-- | vdr-smarttvweb/url.h | 3 |
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); |