summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rabbit_exchange_behaviour_spec.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit_exchange_behaviour_spec.hrl b/include/rabbit_exchange_behaviour_spec.hrl
index e4e0b7ba00..7e965fc796 100644
--- a/include/rabbit_exchange_behaviour_spec.hrl
+++ b/include/rabbit_exchange_behaviour_spec.hrl
@@ -32,6 +32,7 @@
-spec(description/0 :: () -> [{atom(), any()}]).
-spec(publish/2 :: (exchange(), delivery()) -> {routing_result(), [pid()]}).
+-spec(declare/1 :: (exchange()) -> 'ok').
-spec(init/1 :: (exchange()) -> 'ok').
-spec(delete/1 :: (exchange()) -> 'ok').
-spec(add_binding/2 :: (exchange(), binding()) -> 'ok').