singlehost
int singlehost(); /* returns 1 if rup of given host fails */
nfailed += singlehost(argv[1]);
singlehost(argv[optind]);
static void singlehost(char *);