From 9a8409e5c3f4d865611cdc851d3a0515657b6b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 16 May 2013 18:11:58 +0200 Subject: Add ranch:ref() type --- src/ranch_protocol.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ranch_protocol.erl') diff --git a/src/ranch_protocol.erl b/src/ranch_protocol.erl index c788547..c179789 100644 --- a/src/ranch_protocol.erl +++ b/src/ranch_protocol.erl @@ -17,7 +17,7 @@ %% Start a new connection process for the given socket. -callback start_link( - Ref::any(), + Ref::ranch:ref(), Socket::any(), Transport::module(), ProtocolOptions::any()) -- cgit v1.2.3