summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-08-08 15:21:08 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-08-08 15:21:08 +0100
commit563b9eb6a08222dcd8aeef5add89d0c426c8eeda (patch)
tree5f2e3bd0c82bdfdb188f5e77c08c54840f27c598 /src
parentd555baf8b1ac897d41714f2777b43bc4880a1963 (diff)
downloadrabbitmq-server-git-563b9eb6a08222dcd8aeef5add89d0c426c8eeda.tar.gz
fix dialyzer complaint
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_backing_queue.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index dc144a0e53..e81d4a1636 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()).