diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2018-05-22 17:39:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 17:39:27 +0300 |
commit | 10a5a5eb01e401c036fa39d509a98d3bcb097649 (patch) | |
tree | f1a703e4c457481f0e6925704b0d3986d76bfbb5 | |
parent | Correctly calculate remaining bytes on file upload (diff) | |
parent | Export ext_mod:add_sources/1 (diff) |
Merge pull request #2430 from yokomizor/ext_mod-export-add_sources_1
Export ext_mod:add_sources/1
-rw-r--r-- | src/ext_mod.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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]). |