aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-18 00:09:12 +0200
committerLoïc Hoguin <[email protected]>2011-04-18 00:09:12 +0200
commit61d755f8cc602d019095fd17560cbda6ba081c15 (patch)
tree837f63d543e02bd916b06a741383a392664eccb1 /include
parent15dc645596b5efddda0a85ca5b6e60c41e51f4ec (diff)
downloadcowboy-61d755f8cc602d019095fd17560cbda6ba081c15.tar.gz
cowboy-61d755f8cc602d019095fd17560cbda6ba081c15.tar.bz2
cowboy-61d755f8cc602d019095fd17560cbda6ba081c15.zip
Move the opaque type sslsocket() out of include/types.hrl.
Diffstat (limited to 'include')
-rw-r--r--include/types.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/types.hrl b/include/types.hrl
index 34b3fda..c891db8 100644
--- a/include/types.hrl
+++ b/include/types.hrl
@@ -16,7 +16,6 @@
{takeover, Node::node()} | {failover, Node::node()}.
-type posix() :: atom().
--opaque sslsocket() :: term().
-type port_number() :: 0..65535.
-type bindings() :: list({Key::atom(), Value::string()}).