--- embedaddon/miniupnpd/ipf/ipfrdr.h 2012/02/21 23:16:02 1.1.1.1 +++ embedaddon/miniupnpd/ipf/ipfrdr.h 2013/07/22 00:32:35 1.1.1.2 @@ -1,24 +1,24 @@ -/* $Id: ipfrdr.h,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $ */ +/* $Id: ipfrdr.h,v 1.1.1.2 2013/07/22 00:32:35 misho Exp $ */ /* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006-2007 Thomas Bernard + * (c) 2006-2007 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ -#ifndef __IPFRDR_H__ -#define __IPFRDR_H__ +#ifndef IPFRDR_H_INCLUDED +#define IPFRDR_H_INCLUDED #include "../commonrdr.h" int -add_redirect_rule2(const char * ifname, unsigned short eport, +add_redirect_rule2(const char * ifname, const char * rhost, unsigned short eport, const char * iaddr, unsigned short iport, int proto, - const char * desc); + const char * desc, unsigned int timestamp); int -add_filter_rule2(const char * ifname, const char * iaddr, +add_filter_rule2(const char * ifname, const char * rhost, const char * iaddr, unsigned short eport, unsigned short iport, int proto, const char * desc); - + /* get_redirect_rule() gets internal IP and port from * interface, external port and protocl