Browse Source

export state callbacks

Anton Lebedevich 13 years ago
parent
commit
3656d7e1a9
1 changed files with 3 additions and 0 deletions
  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").