#include /* * Used for storing the list of IP addresses returned and used by * the parse_ip function. */ struct ipstr { char *name; struct ipstr *next; };