Qsmtp  0.30dev
ipme.h
Go to the documentation of this file.
1 
4 #ifndef IPME_H
5 #define IPME_H
6 
7 struct ips;
8 
9 extern struct ips *filter_my_ips(struct ips *ipl) __attribute__ ((nonnull (1)));
10 
11 #endif
list of IP addresses for a given host
Definition: qdns.h:28
struct ips * filter_my_ips(struct ips *ipl)
Definition: ipme.c:30