#ifndef H_DNS #define H_DNS #include int mygethostbyname(char * name, struct in_addr * addr); char * mygethostbyaddr(char * ipnum); #endif