diff options
author | Rogério da Silva Yokomizo <me@ro.ger.io> | 2018-05-22 16:16:13 +0200 |
---|---|---|
committer | Rogério da Silva Yokomizo <me@ro.ger.io> | 2018-05-22 16:16:13 +0200 |
commit | 4a4cc32650ee7bcfd4302a4321628110dcf79e3e (patch) | |
tree | f1a703e4c457481f0e6925704b0d3986d76bfbb5 | |
parent | Correctly calculate remaining bytes on file upload (diff) |
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]). |