summaryrefslogtreecommitdiff
path: root/libhw/host_net.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-26 12:16:50 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-26 12:16:50 -0600
commit9f2e2e96321f14da97adda618a7e4721cbb9791c (patch)
tree479a8f642ae6054772dd2da4b3a5eeac14dfabc0 /libhw/host_net.c
parent50fb8395526066d20e143b49a12c0f6aeddee1ac (diff)
parent58c3d2a7ff9c188be8a09917326b6e87400cf3dd (diff)
Merge branch 'lukeshu/fix'
Diffstat (limited to 'libhw/host_net.c')
-rw-r--r--libhw/host_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhw/host_net.c b/libhw/host_net.c
index 9d3e97b..e89cd66 100644
--- a/libhw/host_net.c
+++ b/libhw/host_net.c
@@ -40,7 +40,6 @@ LO_IMPLEMENTATION_C(io_closer, struct _hostnet_tcp_conn, hostnet_tcp, static)
LO_IMPLEMENTATION_C(io_bidi_closer, struct _hostnet_tcp_conn, hostnet_tcp, static)
LO_IMPLEMENTATION_C(net_stream_conn, struct _hostnet_tcp_conn, hostnet_tcp, static)
-
LO_IMPLEMENTATION_C(io_closer, struct hostnet_udp_conn, hostnet_udp, static)
LO_IMPLEMENTATION_C(net_packet_conn, struct hostnet_udp_conn, hostnet_udp, static)