25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Add missing export

This commit is contained in:
Christophe Romain 2016-11-22 16:12:19 +01:00
parent cc63bcc997
commit c0e7b298db

View File

@ -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]).