summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_cli.erl7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rabbit_cli.erl b/src/rabbit_cli.erl
index 6147f7a120..9d6440c382 100644
--- a/src/rabbit_cli.erl
+++ b/src/rabbit_cli.erl
@@ -38,9 +38,10 @@
-spec(parse_arguments/4 ::
([{atom(), [{string(), optdef()}]} | atom()],
[{string(), optdef()}], string(), [string()]) -> parse_result()).
--spec(rpc_call/4 :: (node(), atom(), atom(), [any()]) -> any()).
--spec(rpc_call/5 :: (node(), atom(), atom(), [any()]) -> any()).
--spec(rpc_call/7 :: (node(), atom(), atom(), [any()]) -> any()).
+-spec(rpc_call/4 :: (node(), atom(), atom(), [any()]) -> any()).
+-spec(rpc_call/5 :: (node(), atom(), atom(), [any()], number()) -> any()).
+-spec(rpc_call/7 :: (node(), atom(), atom(), [any()], reference(), pid(),
+ number()) -> any()).
-endif.