aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranch_app.erl')
-rw-r--r--src/ranch_app.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ranch_app.erl b/src/ranch_app.erl
index 8ac470e..e65db48 100644
--- a/src/ranch_app.erl
+++ b/src/ranch_app.erl
@@ -19,10 +19,12 @@
-export([stop/1]).
-export([profile_output/0]).
+-spec start(application:start_type(), term()) -> {ok, pid()} | {error, term()}.
start(_, _) ->
_ = consider_profiling(),
ranch_sup:start_link().
+-spec stop(term()) -> ok.
stop(_) ->
ok.