diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2016-11-22 16:12:19 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2016-11-22 16:12:19 +0100 |
commit | c0e7b298db4bf045bfda196b029708cef3b9acc3 (patch) | |
tree | fd6198cbd461d23e2f569c1c132eaa0ca470c16b /src | |
parent | Fix issues on import improvements (diff) |
Add missing export
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_last.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_last.erl b/src/mod_last.erl index 47db0b6c6..895a8e215 100644 --- a/src/mod_last.erl +++ b/src/mod_last.erl @@ -35,7 +35,7 @@ -export([start/2, stop/1, process_local_iq/1, export/1, process_sm_iq/1, on_presence_update/4, import_info/0, - import/5, store_last_info/4, get_last_info/2, + import/5, import_start/2, store_last_info/4, get_last_info/2, remove_user/2, transform_options/1, mod_opt_type/1, opt_type/1, register_user/2, depends/2]). |