summaryrefslogtreecommitdiff
path: root/lib/net.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-03-06 11:57:40 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2023-03-06 11:57:40 +0100
commit6b38285f587be9d4b128ae816bc25cb338f7f07c (patch)
tree5d1499d7ce6744208002d46e6e35df64b75b844d /lib/net.h
parent0f679438f36d8c2a31dfe490007e983b085caef6 (diff)
Net: Replace runtime checks with STATIC_ASSERT()
Diffstat (limited to 'lib/net.h')
-rw-r--r--lib/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/net.h b/lib/net.h
index 9f4a00ad..da7254c2 100644
--- a/lib/net.h
+++ b/lib/net.h
@@ -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