comparison libpurple/protocols/bonjour/jabber.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents e1d31abb245c
children
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
109 109
110 XepIq *xep_iq_new(void *data, XepIqType type, const char *to, const char *from, const char *id); 110 XepIq *xep_iq_new(void *data, XepIqType type, const char *to, const char *from, const char *id);
111 int xep_iq_send_and_free(XepIq *iq); 111 int xep_iq_send_and_free(XepIq *iq);
112 GSList * bonjour_jabber_get_local_ips(int fd); 112 GSList * bonjour_jabber_get_local_ips(int fd);
113 113
114 void append_iface_if_linklocal(char *ip, guint32 interface_param);
115
114 #endif /* _BONJOUR_JABBER_H_ */ 116 #endif /* _BONJOUR_JABBER_H_ */