]> granicus.if.org Git - ejabberd/commitdiff
Export content_type/3 needed by mod_http_upload
authorChristophe Romain <christophe.romain@process-one.net>
Mon, 23 Nov 2015 10:53:36 +0000 (11:53 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Mon, 23 Nov 2015 10:53:36 +0000 (11:53 +0100)
src/mod_http_fileserver.erl

index 8b4d7337ec7cf70da397e612affb1b615f7bedc1..01199f9fcdba3d2169510bbea9c1e328be33bcbc 100644 (file)
@@ -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").