chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / ipme.h
1 #ifndef IPME_H
2 #define IPME_H
3
4 #include "ip.h"
5 #include "ipalloc.h"
6
7 extern ipalloc ipme;
8
9 extern int ipme_init();
10 extern int ipme_is();
11
12 #endif