From: Christophe Romain Date: Mon, 23 Nov 2015 10:53:36 +0000 (+0100) Subject: Export content_type/3 needed by mod_http_upload X-Git-Tag: 16.01~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3ff660eae78c6b94dd245814398d7f3f79e865f;p=ejabberd Export content_type/3 needed by mod_http_upload --- diff --git a/src/mod_http_fileserver.erl b/src/mod_http_fileserver.erl index 8b4d7337e..01199f9fc 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").