diff options
| -rw-r--r-- | src/rabbit_basic.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_basic.erl b/src/rabbit_basic.erl index 2777714f79..8fbb39832a 100644 --- a/src/rabbit_basic.erl +++ b/src/rabbit_basic.erl @@ -56,6 +56,9 @@ rabbit_types:ok_or_error2(rabbit_types:message(), any())). -spec(properties/1 :: (properties_input()) -> rabbit_framing:amqp_property_record()). +-spec(header_routes/1 :: + (undefined | rabbit_framing:amqp_table()) -> + [string()] | rabbit_types:error(any())). -spec(build_content/2 :: (rabbit_framing:amqp_property_record(), binary() | [binary()]) -> rabbit_types:content()). -spec(from_content/1 :: (rabbit_types:content()) -> |
