From 46ada7fff0bca928cca0d9d03cb0ef54b3232787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 31 May 2012 15:34:53 +0200 Subject: Add Transport:connect/3 and remove types unneeded by R15B+ Also use one export per line to improve future diffs. Bump the version to 0.2.1 to reflect this change. --- src/ranch.erl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/ranch.erl') diff --git a/src/ranch.erl b/src/ranch.erl index ab9d767..b6008fa 100644 --- a/src/ranch.erl +++ b/src/ranch.erl @@ -15,8 +15,12 @@ %% @doc Ranch API to start and stop listeners. -module(ranch). --export([start_listener/6, stop_listener/1, child_spec/6, accept_ack/1, - get_protocol_options/1, set_protocol_options/2]). +-export([start_listener/6]). +-export([stop_listener/1]). +-export([child_spec/6]). +-export([accept_ack/1]). +-export([get_protocol_options/1]). +-export([set_protocol_options/2]). %% @doc Start a listener for the given transport and protocol. %% -- cgit v1.2.3