Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 10, 2024
1 parent c719c78 commit 1ec3761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/hackney_cidr.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
-export([to_binary/1]).
-export([is_ipv4/1]).
-export([is_ipv6/1]).
-export([ip_gte/2, ip_lte/2]).

-type cidr() :: {Start :: inet:ip4_address(), End :: inet:ip4_address(), MaskLen :: 0..32}
| {Start :: inet:ip6_address(), End :: inet:ip6_address(), MaskLen :: 0..128}.
Expand Down

0 comments on commit 1ec3761

Please sign in to comment.