From 4a4cc32650ee7bcfd4302a4321628110dcf79e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20da=20Silva=20Yokomizo?= Date: Tue, 22 May 2018 16:16:13 +0200 Subject: [PATCH] Export ext_mod:add_sources/1 --- src/ext_mod.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]).