summaryrefslogtreecommitdiff
path: root/ipalloc.h
blob: ad614755770375131b380e8144fa04bfa52b781d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef IPALLOC_H
#define IPALLOC_H

#include "ip.h"

struct ip_mx { struct ip_address ip; int pref; } ;

#include "gen_alloc.h"

GEN_ALLOC_typedef(ipalloc,struct ip_mx,ix,len,a)
extern int ipalloc_readyplus();
extern int ipalloc_append();

#endif