13.05.2009, 08:14
dns(host[], dest[])
should probly be
dns(const host[], dest[], length=sizeof dest)
rdns should be the same,
and host[256], doesnt need to be that big
should probly be
dns(const host[], dest[], length=sizeof dest)
rdns should be the same,
and host[256], doesnt need to be that big