From: Rogério da Silva Yokomizo Date: Tue, 22 May 2018 14:16:13 +0000 (+0200) Subject: Export ext_mod:add_sources/1 X-Git-Tag: 18.06~79^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a4cc32650ee7bcfd4302a4321628110dcf79e3e;p=ejabberd Export ext_mod:add_sources/1 --- diff --git a/src/ext_mod.erl b/src/ext_mod.erl index 275a80e4a..59cbb87b6 100644 --- a/src/ext_mod.erl +++ b/src/ext_mod.erl @@ -33,7 +33,7 @@ available_command/0, available/0, available/1, installed_command/0, installed/0, installed/1, install/1, uninstall/1, upgrade/0, upgrade/1, - add_sources/2, del_sources/1, modules_dir/0, + add_sources/1, add_sources/2, del_sources/1, modules_dir/0, config_dir/0, opt_type/1, get_commands_spec/0]). -export([compile_erlang_file/2, compile_elixir_file/2]).