Ery Lee 11 лет назад
Родитель
Сommit
efa1ecc5f4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqtt/src/emqtt_protocol.erl

+ 1 - 1
apps/emqtt/src/emqtt_protocol.erl

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