aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mod_echo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_echo.erl b/src/mod_echo.erl
index f8d9ce622..284944541 100644
--- a/src/mod_echo.erl
+++ b/src/mod_echo.erl
@@ -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,