summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 88286bf8b9..b6faf4f06f 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -69,16 +69,10 @@
-ifdef(use_specs).
-include("rabbit_framing_spec.hrl").
--include_lib("ssl/src/ssl_int.hrl").
-type(maybe(T) :: T | 'none').
-type(erlang_node() :: atom()).
--type(sslsocket() ::
- #sslsocket{fd :: 'nil' | integer(),
- pid :: 'nil' | pid()}).
--type(ssl_socket() ::
- #ssl_socket{tcp :: port(),
- ssl :: sslsocket()}).
+-type(ssl_socket() :: #ssl_socket{}).
-type(socket() :: port() | ssl_socket()).
-type(thunk(T) :: fun(() -> T)).
-type(info_key() :: atom()).