git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13514
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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