Browse Source

export encode/1

Anton Lebedevich 13 years ago
parent
commit
a0bcc654a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pgsql_wire.erl

+ 1 - 0
src/pgsql_wire.erl

@@ -3,6 +3,7 @@
 -export([decode_message/1,
          decode_error/1,
          decode_strings/1,
+         encode/1,
          encode/2]).
 
 -include("pgsql.hrl").