comparison libpurple/upnp.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 98520ee78f12
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
27 #ifndef _PURPLE_UPNP_H_ 27 #ifndef _PURPLE_UPNP_H_
28 #define _PURPLE_UPNP_H_ 28 #define _PURPLE_UPNP_H_
29 29
30 typedef struct _UPnPMappingAddRemove UPnPMappingAddRemove; 30 typedef struct _UPnPMappingAddRemove UPnPMappingAddRemove;
31 31
32 #ifdef __cplusplus 32 G_BEGIN_DECLS
33 extern "C" {
34 #endif
35 33
36 /**************************************************************************/ 34 /**************************************************************************/
37 /** @name UPnP API */ 35 /** @name UPnP API */
38 /**************************************************************************/ 36 /**************************************************************************/
39 /*@{*/ 37 /*@{*/
123 UPnPMappingAddRemove *purple_upnp_remove_port_mapping(unsigned short portmap, 121 UPnPMappingAddRemove *purple_upnp_remove_port_mapping(unsigned short portmap,
124 const gchar* protocol, PurpleUPnPCallback cb, gpointer cb_data); 122 const gchar* protocol, PurpleUPnPCallback cb, gpointer cb_data);
125 123
126 /*@}*/ 124 /*@}*/
127 125
128 #ifdef __cplusplus 126 G_END_DECLS
129 }
130 #endif
131 127
132 #endif /* _PURPLE_UPNP_H_ */ 128 #endif /* _PURPLE_UPNP_H_ */