summaryrefslogtreecommitdiff
path: root/include/rabbit_auth_mechanism_spec.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit_auth_mechanism_spec.hrl')
-rw-r--r--include/rabbit_auth_mechanism_spec.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit_auth_mechanism_spec.hrl b/include/rabbit_auth_mechanism_spec.hrl
index 49614d5f..614a3eed 100644
--- a/include/rabbit_auth_mechanism_spec.hrl
+++ b/include/rabbit_auth_mechanism_spec.hrl
@@ -17,6 +17,7 @@
-ifdef(use_specs).
-spec(description/0 :: () -> [{atom(), any()}]).
+-spec(should_offer/1 :: (rabbit_net:socket()) -> boolean()).
-spec(init/1 :: (rabbit_net:socket()) -> any()).
-spec(handle_response/2 :: (binary(), any()) ->
{'ok', rabbit_types:user()} |