#ifndef IPALLOC_H #define IPALLOC_H struct ip_mx { char ip[4]; int pref; int haskey; #if 0 char key[65]; char ext[33]; char name[256]; #endif char *key; char *ext; char *name; }; #include "gen_alloc.h" GEN_ALLOC_typedef(ipalloc,struct ip_mx,ix,len,a) extern int ipalloc_readyplus(); extern int ipalloc_append(); #endif