Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Make amqp_connection:close/4 public
Browse files Browse the repository at this point in the history
Fixes #59
  • Loading branch information
michaelklishin committed Jun 26, 2016
1 parent 2f9c653 commit 61bd44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amqp_connection.erl
Expand Up @@ -70,7 +70,7 @@
-include("amqp_client_internal.hrl").

-export([open_channel/1, open_channel/2, open_channel/3, register_blocked_handler/2]).
-export([start/1, start/2, close/1, close/2, close/3]).
-export([start/1, start/2, close/1, close/2, close/3, close/4]).
-export([error_atom/1]).
-export([info/2, info_keys/1, info_keys/0]).
-export([connection_name/1]).
Expand Down

0 comments on commit 61bd44d

Please sign in to comment.