--- embedaddon/miniupnpd/ipfw/ipfwrdr.h 2012/02/21 23:16:02 1.1.1.1 +++ embedaddon/miniupnpd/ipfw/ipfwrdr.h 2012/05/29 12:55:57 1.1.1.2 @@ -1,3 +1,4 @@ +/* $Id: ipfwrdr.h,v 1.1.1.2 2012/05/29 12:55:57 misho Exp $ */ /* * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ @@ -13,14 +14,17 @@ int add_redirect_rule2( const char * ifname, // src interface (external) + const char * rhost, // remote host (ip) unsigned short eport, // src port (external) const char * iaddr, // dst address (internal) unsigned short iport, // dst port (internal) int proto, - const char * desc); + const char * desc, + unsigned int timestamp); int add_filter_rule2( const char * ifname, + const char * rhost, const char * iaddr, unsigned short eport, unsigned short iport,