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
commit21dcf35dea4393875cee702d6a5ea22f59ee4cd6 (patch)
treec9ede09d5696b79a8dd7bdaf5b1ff37406703c43
parentd4948be2655333bb84755e7765f94c6d92de19d7 (diff)
downloadrabbitmq-server-21dcf35dea4393875cee702d6a5ea22f59ee4cd6.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 bf2b4798..9cf3a1fd 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').