summaryrefslogtreecommitdiff
path: root/responsefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'responsefile.h')
-rw-r--r--responsefile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/responsefile.h b/responsefile.h
index b4a1b36..2133b83 100644
--- a/responsefile.h
+++ b/responsefile.h
@@ -40,8 +40,6 @@ class cResponseFile : public cResponseBase {
int sendFile();
private:
- const char *getMimeType(const char *name) ;
-
int openFile(const char *name);
FILE *mFile;