summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-05-16 16:22:02 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-05-16 16:22:02 +0100
commitb4787d760abca28c9dff4cd74327a4b2b92656dd (patch)
treec9ede09d5696b79a8dd7bdaf5b1ff37406703c43
parentd0652f278fc17ed260738b51d6f49a0598d0dd2f (diff)
downloadrabbitmq-server-git-b4787d760abca28c9dff4cd74327a4b2b92656dd.tar.gz
add missing spec
-rw-r--r--src/rabbit_sup.erl1
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').