diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_sup.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_sup.erl b/src/rabbit_sup.erl index bf2b4798ec..9cf3a1fd55 100644 --- a/src/rabbit_sup.erl +++ b/src/rabbit_sup.erl @@ -33,6 +33,7 @@ -spec(start_link/0 :: () -> rabbit_types:ok_pid_or_error()). -spec(start_child/1 :: (atom()) -> 'ok'). +-spec(start_child/2 :: (atom(), [any()]) -> 'ok'). -spec(start_child/3 :: (atom(), atom(), [any()]) -> 'ok'). -spec(start_restartable_child/1 :: (atom()) -> 'ok'). -spec(start_restartable_child/2 :: (atom(), [any()]) -> 'ok'). |
