export send_message

This commit is contained in:
Ery Lee 2015-01-11 00:40:59 +08:00
parent 2deed75c26
commit efa1ecc5f4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
-export([initial_state/2]).
-export([handle_packet/2, send_packet/2, client_terminated/1]).
-export([handle_packet/2, send_message/2, send_packet/2, client_terminated/1]).
-export([info/1]).