From: Josh G. <ja...@us...> - 2004-09-08 09:31:25
|
Update of /cvsroot/iptables-p2p/iptables-p2p/iptables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13549 Modified Files: libipt_p2p.c Log Message: formatting Index: libipt_p2p.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/iptables/libipt_p2p.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- libipt_p2p.c 8 Sep 2004 09:20:10 -0000 1.18 +++ libipt_p2p.c 8 Sep 2004 09:31:16 -0000 1.19 @@ -246,7 +246,9 @@ /* Parses command options; returns true if it ate an option. */ static int parse(int c, - char **argv, int invert, unsigned int *flags, + char **argv, + int invert, + unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) |