aboutsummaryrefslogtreecommitdiffstats
path: root/include/types.hrl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-18 00:06:26 +0200
committerLoïc Hoguin <[email protected]>2011-04-18 00:06:26 +0200
commit15dc645596b5efddda0a85ca5b6e60c41e51f4ec (patch)
tree1784e45bd147936fac8e4f885ba688bb421aa030 /include/types.hrl
parent9ad32386c00b73bd3af2afa90c8e52469fdaad30 (diff)
downloadcowboy-15dc645596b5efddda0a85ca5b6e60c41e51f4ec.tar.gz
cowboy-15dc645596b5efddda0a85ca5b6e60c41e51f4ec.tar.bz2
cowboy-15dc645596b5efddda0a85ca5b6e60c41e51f4ec.zip
Use the inet:socket() type instead of the user-defined one.
Diffstat (limited to 'include/types.hrl')
-rw-r--r--include/types.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/types.hrl b/include/types.hrl
index 5938f0e..34b3fda 100644
--- a/include/types.hrl
+++ b/include/types.hrl
@@ -16,7 +16,6 @@
{takeover, Node::node()} | {failover, Node::node()}.
-type posix() :: atom().
--opaque socket() :: term().
-opaque sslsocket() :: term().
-type port_number() :: 0..65535.