25
1
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:
Evgeniy Khramtsov 2011-09-05 16:52:36 +10:00
parent de712e5ccb
commit 8b5fa88b6f

View File

@ -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,