#include <sys/types.h> #include <netinet/in.h> #include <arpa/nameser.h> #include <resolv.h> void res_close(void)
The res_close() function is used to reset the _res structure to the beginning defaults and close a socket that is opened as a result of the RES_STAYOPEN flag.
No authorization is required.
None
Top | UNIX-Type APIs | APIs by category |