#ifndef IPME_H #define IPME_H #include "ip.h" #include "ipalloc.h" extern ipalloc ipme; extern int ipme_init(void); extern int ipme_is4(struct ip4_address *); extern int ipme_is6(struct ip6_address *); extern int ipme_is(struct ip_mx *); #endif