diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-08 15:21:08 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-08-08 15:21:08 +0100 |
commit | 38541982f8a2b48e3840520ed38cd283b2a60449 (patch) | |
tree | 5f2e3bd0c82bdfdb188f5e77c08c54840f27c598 | |
parent | 96751e47efcc2632766ff803ac41614076c0cb46 (diff) | |
download | rabbitmq-server-38541982f8a2b48e3840520ed38cd283b2a60449.tar.gz |
fix dialyzer complaint
-rw-r--r-- | src/rabbit_backing_queue.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index dc144a0e..e81d4a16 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -18,6 +18,8 @@ -ifdef(use_specs). +-export_type([async_callback/0]). + %% We can't specify a per-queue ack/state with callback signatures -type(ack() :: any()). -type(state() :: any()). |