chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / ipalloc.h
CommitLineData
2117e02e
MW
1#ifndef IPALLOC_H
2#define IPALLOC_H
3
4#include "ip.h"
5
6struct ip_mx { struct ip_address ip; int pref; } ;
7
8#include "gen_alloc.h"
9
10GEN_ALLOC_typedef(ipalloc,struct ip_mx,ix,len,a)
11extern int ipalloc_readyplus();
12extern int ipalloc_append();
13
14#endif