aboutsummaryrefslogtreecommitdiffstats
path: root/include/types.hrl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-18 13:52:32 +0200
committerLoïc Hoguin <[email protected]>2011-04-18 13:52:32 +0200
commit63a92df14e25599c6903a8178b5e89acc4482645 (patch)
treee52aa7c39e54dd0729b3b435100e1294045106e1 /include/types.hrl
parent731d839323e74b95a326001e4e424a1f2b18902e (diff)
downloadcowboy-63a92df14e25599c6903a8178b5e89acc4482645.tar.gz
cowboy-63a92df14e25599c6903a8178b5e89acc4482645.tar.bz2
cowboy-63a92df14e25599c6903a8178b5e89acc4482645.zip
Replace port_number() by ip_port() from kernel/include/inet.hrl.
Diffstat (limited to 'include/types.hrl')
-rw-r--r--include/types.hrl2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/types.hrl b/include/types.hrl
index 371dd18..10cc6f4 100644
--- a/include/types.hrl
+++ b/include/types.hrl
@@ -11,5 +11,3 @@
%% WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
--type port_number() :: 0..65535.