chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Minor fixing.
[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