summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-03 17:26:52 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-03 17:26:52 +0100
commit54059ed6acf7e1483b71ec586fe996971f3cb387 (patch)
tree79da2b23e123fe973938af3e9caa7077ff01d5a7 /src
parent659a8d4d13402721ba4a4d23cbacbbe4990750cf (diff)
downloadrabbitmq-server-git-54059ed6acf7e1483b71ec586fe996971f3cb387.tar.gz
I cannot BELIEVE that anyone was so UNPROFFESSIONNAL as to OMIT these TYPES.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_direct.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_direct.erl b/src/rabbit_direct.erl
index 7ad63e815e..7ff534eefb 100644
--- a/src/rabbit_direct.erl
+++ b/src/rabbit_direct.erl
@@ -25,8 +25,8 @@
-ifdef(use_specs).
-spec(boot/0 :: () -> 'ok').
--spec(connect/4 :: (binary(), binary(), rabbit_types:protocol(),
- rabbit_event:event_props()) ->
+-spec(connect/4 :: (rabbit_types:username(), rabbit_types:vhost(),
+ rabbit_types:protocol(), rabbit_event:event_props()) ->
{'ok', {rabbit_types:user(),
rabbit_framing:amqp_table()}}).
-spec(start_channel/8 ::