summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-09 17:21:23 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-09 17:21:23 +0100
commitd382fe392339afb01f6434ca11019b985f33abd1 (patch)
treeab7ee2fa9d1808513b4aa0e539e6b33c6592b34a /src
parente180e09b035d9f92dac45b018e7ee31413c53093 (diff)
downloadrabbitmq-server-git-d382fe392339afb01f6434ca11019b985f33abd1.tar.gz
export protocol/0 type
to avoid compiler warning
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_types.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_types.erl b/src/rabbit_types.erl
index 402ab1e894..3aaf1917fe 100644
--- a/src/rabbit_types.erl
+++ b/src/rabbit_types.erl
@@ -39,8 +39,8 @@
delivery/0, content/0, decoded_content/0, undecoded_content/0,
unencoded_content/0, encoded_content/0, vhost/0, ctag/0,
amqp_error/0, r/1, r2/2, r3/3, ssl_socket/0, listener/0,
- binding/0, amqqueue/0, exchange/0, connection/0, user/0,
- error/1, ok_or_error/1, ok_or_error2/2, ok/1]).
+ binding/0, amqqueue/0, exchange/0, connection/0, protocol/0,
+ user/0, error/1, ok_or_error/1, ok_or_error2/2, ok/1]).
-type(maybe(T) :: T | 'none').
-type(vhost() :: binary()).