mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
d8b1523161
getaddrinfo should take a double pointer to ADDRINFOA instead of a single pointer. If you call the binding in its current state you will not get back a valid ADDRINFOA struct. I have also changed the `node` and `service` params to be cstring to avoid having to do `transmute(u8) value`.