Diff for /embedaddon/miniupnpd/ipfw/ipfwrdr.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:16:02 version 1.1.1.2, 2012/05/29 12:55:57
Line 1 Line 1
   /* $Id$ */
 /*  /*
  * MiniUPnP project   * MiniUPnP project
  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/   * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
Line 13 Line 14
   
 int add_redirect_rule2(  int add_redirect_rule2(
         const char * ifname,    // src interface (external)          const char * ifname,    // src interface (external)
           const char * rhost,     // remote host (ip)
         unsigned short eport,   // src port (external)          unsigned short eport,   // src port (external)
         const char * iaddr,             // dst address (internal)          const char * iaddr,             // dst address (internal)
         unsigned short iport,   // dst port (internal)          unsigned short iport,   // dst port (internal)
         int proto,          int proto,
        const char * desc);        const char * desc,
         unsigned int timestamp);
   
 int add_filter_rule2(  int add_filter_rule2(
         const char * ifname,           const char * ifname, 
           const char * rhost, 
         const char * iaddr,          const char * iaddr,
         unsigned short eport,           unsigned short eport, 
         unsigned short iport,          unsigned short iport,

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>