diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2015-11-23 11:53:36 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2015-11-23 11:53:36 +0100 |
commit | f3ff660eae78c6b94dd245814398d7f3f79e865f (patch) | |
tree | 0fa6ee2d8763f8d024ad435edb1fbfac25ce41a7 | |
parent | Merge branch 'cluster_fix' (diff) |
Export content_type/3 needed by mod_http_upload
-rw-r--r-- | src/mod_http_fileserver.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mod_http_fileserver.erl b/src/mod_http_fileserver.erl index 8b4d7337..01199f9f 100644 --- a/src/mod_http_fileserver.erl +++ b/src/mod_http_fileserver.erl @@ -43,6 +43,9 @@ %% request_handlers callbacks -export([process/2]). +%% utility for other http modules +-export([content_type/3]). + -export([reopen_log/1, mod_opt_type/1]). -include("ejabberd.hrl"). |