From db7833f5e8f407ad6f61eadc970966c35d030ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Apr 2011 13:27:42 +0200 Subject: Move the type application_start_type() into cowboy_app. --- include/types.hrl | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/types.hrl b/include/types.hrl index 8842a8e..684ee03 100644 --- a/include/types.hrl +++ b/include/types.hrl @@ -12,8 +12,5 @@ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --type application_start_type() :: normal | - {takeover, Node::node()} | {failover, Node::node()}. - -type posix() :: atom(). -type port_number() :: 0..65535. -- cgit v1.2.3