diff options
Diffstat (limited to 'vdr-smarttvweb/httpresource.h')
-rw-r--r-- | vdr-smarttvweb/httpresource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.h b/vdr-smarttvweb/httpresource.h index 51c59ef..31148e2 100644 --- a/vdr-smarttvweb/httpresource.h +++ b/vdr-smarttvweb/httpresource.h @@ -1,7 +1,7 @@ /* * httpresource.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 @@ -138,6 +138,7 @@ class cHttpResource { int fillDataBlk(); int handlePost(); + int handleHeadRequest(); int processRequest(); int processHttpHeaderNew(); |