diff options
author | thlo <smarttv640@gmail.com> | 2013-09-02 18:53:27 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-09-02 18:53:27 +0200 |
commit | c8990cb5fcb0837ded0ba5281b086d44c904d18f (patch) | |
tree | 411474a073c2d0b9b73928dcb2b270f4f1a761d9 /responsebase.h | |
parent | b67fdbd19781ea9a5c00e5ce2332ae80aa4e2647 (diff) | |
download | vdr-plugin-smarttvweb-c8990cb5fcb0837ded0ba5281b086d44c904d18f.tar.gz vdr-plugin-smarttvweb-c8990cb5fcb0837ded0ba5281b086d44c904d18f.tar.bz2 |
Provide correct MIME types for media.xml
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; |