diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index cc7cca04e6..0044174c49 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -33,7 +33,7 @@ -type(msg_lookup_fun() :: fun((any(), state()) -> msg_lookup_result())). -type(msg_lookup_callback() :: - fun((msg_lookup_fun(), {any(), state()}) -> {any(), state()})). + fun((msg_lookup_fun(), {A, state()}) -> {A, state()})). -spec(start/1 :: ([rabbit_amqqueue:name()]) -> 'ok'). -spec(stop/0 :: () -> 'ok'). |
