Anton Lebedevich 13 лет назад
Родитель
Сommit
3656d7e1a9
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/pgsql_sock.erl

+ 3 - 0
src/pgsql_sock.erl

@@ -9,6 +9,9 @@
 -export([handle_call/3, handle_cast/2, handle_info/2]).
 -export([init/1, code_change/3, terminate/2]).
 
+%% state callbacks
+-export([auth/2, initializing/2, on_message/2]).
+
 -include("pgsql.hrl").
 -include("pgsql_binary.hrl").