comparison src/upnp.h @ 11196:c53c492d3dee

[gaim-migrate @ 13321] *** empty log message *** committer: Tailor Script <tailor@pidgin.im>
author Adam Warrington <awarring>
date Sun, 07 Aug 2005 19:15:20 +0000
parents 3aeb85cc9cda
children 30a3d97503be
comparison
equal deleted inserted replaced
11195:3aeb85cc9cda 11196:c53c492d3dee
71 * 71 *
72 * @return TRUE if success, FALSE if something went wrong. 72 * @return TRUE if success, FALSE if something went wrong.
73 */ 73 */
74 gboolean gaim_upnp_set_port_mapping(const char* controlURL, 74 gboolean gaim_upnp_set_port_mapping(const char* controlURL,
75 unsigned short portMap, 75 unsigned short portMap,
76 const char* protocol, const char* internalIP); 76 const char* protocol);
77 77
78 /** 78 /**
79 * Deletes a port mapping in a UPnP enabled IGD that sits on the local network 79 * Deletes a port mapping in a UPnP enabled IGD that sits on the local network
80 * to this gaim client. Essentially, this function takes care of deleting the 80 * to this gaim client. Essentially, this function takes care of deleting the
81 * port forwarding after they have completed a connection so another client on 81 * port forwarding after they have completed a connection so another client on