1 diff -Nru ipp2p-0.8.2.orig/libipt_ipp2p.c ipp2p-0.8.2/libipt_ipp2p.c
2 --- ipp2p-0.8.2.orig/libipt_ipp2p.c 2006-01-04 18:24:19.000000000 +0200
3 +++ ipp2p-0.8.2/libipt_ipp2p.c 2007-12-30 20:20:26.000000000 +0200
8 -init(struct ipt_entry_match *m, unsigned int *nfcache)
9 +init(struct ipt_entry_match *m)
11 struct ipt_p2p_info *info = (struct ipt_p2p_info *)m->data;
13 - *nfcache |= NFC_UNKNOWN;
15 /*init the module with default values*/
21 parse(int c, char **argv, int invert, unsigned int *flags,
22 - const struct ipt_entry *entry,
23 - unsigned int *nfcache,
25 struct ipt_entry_match **match)
27 struct ipt_p2p_info *info = (struct ipt_p2p_info *)(*match)->data;
32 -print(const struct ipt_ip *ip,
33 +print(const void *ip,
34 const struct ipt_entry_match *match,
41 -save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
42 +save(const void *ip, const struct ipt_entry_match *match)
44 struct ipt_p2p_info *info = (struct ipt_p2p_info *)match->data;