might wanna delete a mapping
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13514 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a19dad9155
commit
dd9bcd3c53
|
@ -62,7 +62,7 @@ SWITCH_DECLARE(void) switch_nat_init(switch_memory_pool_t *pool);
|
|||
SWITCH_DECLARE(void) switch_nat_shutdown(void);
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_nat_add_mapping(switch_port_t port, switch_nat_ip_proto_t proto);
|
||||
SWITCH_DECLARE(switch_status_t) switch_nat_add_mapping(switch_port_t port, switch_nat_ip_proto_t proto);
|
||||
SWITCH_DECLARE(switch_status_t) switch_nat_del_mapping(switch_port_t port, switch_nat_ip_proto_t proto);
|
||||
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
|
|
Loading…
Reference in New Issue