mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Export do_client_version/3 in order to shut up the dialyzer
This commit is contained in:
parent
de712e5ccb
commit
8b5fa88b6f
@ -31,7 +31,7 @@
|
||||
-behaviour(gen_mod).
|
||||
|
||||
%% API
|
||||
-export([start_link/2, start/2, stop/1]).
|
||||
-export([start_link/2, start/2, stop/1, do_client_version/3]).
|
||||
|
||||
%% gen_server callbacks
|
||||
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,
|
||||
|
Loading…
Reference in New Issue
Block a user