From: Josh G. <ja...@us...> - 2004-09-08 09:43:58
|
Update of /cvsroot/iptables-p2p/iptables-p2p/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16269/common Modified Files: ipt_p2p.h Log Message: more formatting Index: ipt_p2p.h =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/common/ipt_p2p.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ipt_p2p.h 12 Mar 2004 20:08:32 -0000 1.10 +++ ipt_p2p.h 8 Sep 2004 09:43:48 -0000 1.11 @@ -1,6 +1,8 @@ /* * $Id$ * + * Copyright (C) 2004 Josh Guilfoyle <ja...@fa...> + * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or (at your option) any @@ -15,6 +17,8 @@ #ifndef __IPT_P2P_H #define __IPT_P2P_H +/*****************************************************************************/ + #define IPT_P2P_VERSION "0.3.0a" /*****************************************************************************/ |