diff options
author | thlo <smarttv640@gmail.com> | 2013-09-14 18:11:01 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-09-14 18:11:01 +0200 |
commit | e48a23b9825dfe731a8ceb663cef9c12b593e6bd (patch) | |
tree | 60ea6d142d10c65f79fd1f788fab00e00197664d /responsebase.h | |
parent | e8943979b23221d325697dde753842a5ced569d4 (diff) | |
parent | 60bfd8aad9a4ab7d810d6a6bf82fe71f64d56263 (diff) | |
download | vdr-plugin-smarttvweb-e48a23b9825dfe731a8ceb663cef9c12b593e6bd.tar.gz vdr-plugin-smarttvweb-e48a23b9825dfe731a8ceb663cef9c12b593e6bd.tar.bz2 |
Merge branch 'master' of git-vdr@projects.vdr-developer.org:vdr-plugin-smarttvweb.git
Diffstat (limited to 'responsebase.h')
-rw-r--r-- | responsebase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/responsebase.h b/responsebase.h index 18ea439..5600866 100644 --- a/responsebase.h +++ b/responsebase.h @@ -50,6 +50,8 @@ class cResponseBase { void sendHeaders(int status, const char *title, const char *extra, const char *mime, long long int length, time_t date); + const char *getMimeType(const char *name) ; + Log* mLog; cHttpResource* mRequest; uint64_t mRemLength; |