Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Nov 8, 2024
1 parent 8289f69 commit 2fc49d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ ssize_t
udx__recvmsg (udx_socket_t *handle, uv_buf_t *buf, struct sockaddr *addr, int addr_len);

int
udx__udp_set_rxq_ovfl (int fd);
udx__udp_set_rxq_ovfl (uv_os_sock_t fd);

#endif // UDX_IO_H

0 comments on commit 2fc49d4

Please sign in to comment.