diff options
| author | thlo <t.lohmar@gmx.de> | 2013-09-14 18:11:01 +0200 |
|---|---|---|
| committer | thlo <t.lohmar@gmx.de> | 2013-09-14 18:11:01 +0200 |
| commit | 971c1891c0f02e98859956ed8ef821cc5e53eed0 (patch) | |
| tree | 60ea6d142d10c65f79fd1f788fab00e00197664d /responsebase.h | |
| parent | ab15172eb00855899da98c9b2b9b028a4d306789 (diff) | |
| parent | b0bc0c365594276f6f14fec785e4fb8a37ad79c5 (diff) | |
| download | vdr-plugin-smarttvweb-971c1891c0f02e98859956ed8ef821cc5e53eed0.tar.gz vdr-plugin-smarttvweb-971c1891c0f02e98859956ed8ef821cc5e53eed0.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; |
