diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-03-06 11:57:40 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-03-06 11:57:40 +0100 |
commit | 6b38285f587be9d4b128ae816bc25cb338f7f07c (patch) | |
tree | 5d1499d7ce6744208002d46e6e35df64b75b844d /lib/net.h | |
parent | 0f679438f36d8c2a31dfe490007e983b085caef6 (diff) |
Net: Replace runtime checks with STATIC_ASSERT()
Diffstat (limited to 'lib/net.h')
-rw-r--r-- | lib/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -620,6 +620,4 @@ static inline int net_in_net_src_ip6_sadr(const net_addr_ip6_sadr *a, const net_ int ipa_in_netX(const ip_addr A, const net_addr *N); int net_in_netX(const net_addr *A, const net_addr *N); -void net_init(void); - #endif |