aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-12 18:05:18 +0100
committerLoïc Hoguin <[email protected]>2013-02-12 18:05:18 +0100
commitf9c3b36847617887f07e356655f5097498866064 (patch)
tree0c04980b3e6de26a0cfc1c3acff73ebbd90b42e5 /src
parent433d463f2a38646d01bbc8126e861d0677a2d419 (diff)
downloadcowboy-f9c3b36847617887f07e356655f5097498866064.tar.gz
cowboy-f9c3b36847617887f07e356655f5097498866064.tar.bz2
cowboy-f9c3b36847617887f07e356655f5097498866064.zip
Make cowboy_protocol:resume/6 private
Diffstat (limited to 'src')
-rw-r--r--src/cowboy_protocol.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_protocol.erl b/src/cowboy_protocol.erl
index caf0806..621be8f 100644
--- a/src/cowboy_protocol.erl
+++ b/src/cowboy_protocol.erl
@@ -509,6 +509,7 @@ execute(Req, State, Env, [Middleware|Tail]) ->
error_terminate(Code, Req2, State)
end.
+%% @private
-spec resume(#state{}, cowboy_middleware:env(), [module()],
module(), module(), [any()]) -> ok.
resume(State, Env, Tail, Module, Function, Args) ->