diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-05-16 16:22:02 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-05-16 16:22:02 +0100 |
| commit | b4787d760abca28c9dff4cd74327a4b2b92656dd (patch) | |
| tree | c9ede09d5696b79a8dd7bdaf5b1ff37406703c43 /src | |
| parent | d0652f278fc17ed260738b51d6f49a0598d0dd2f (diff) | |
| download | rabbitmq-server-git-b4787d760abca28c9dff4cd74327a4b2b92656dd.tar.gz | |
add missing spec
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'). |
