diff options
author | Loïc Hoguin <[email protected]> | 2011-04-18 13:52:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-04-18 13:52:32 +0200 |
commit | 63a92df14e25599c6903a8178b5e89acc4482645 (patch) | |
tree | e52aa7c39e54dd0729b3b435100e1294045106e1 /include/types.hrl | |
parent | 731d839323e74b95a326001e4e424a1f2b18902e (diff) | |
download | cowboy-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.hrl | 2 |
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. |