libpurple/protocols/jabber/jingle/rawudp.c

changeset 40358
e6fe6fc1f516
parent 40195
fb4b0ae193c0
child 40439
e9838d634d5e
equal deleted inserted replaced
40352:7281920d8a66 40358:e6fe6fc1f516
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 24
25 #include "internal.h" 25 #include "internal.h"
26 #include <purple.h>
26 27
27 #include "rawudp.h" 28 #include "rawudp.h"
28 #include "jingle.h" 29 #include "jingle.h"
29 #include "debug.h"
30 30
31 #include <string.h> 31 #include <string.h>
32 32
33 struct _JingleRawUdp 33 struct _JingleRawUdp
34 { 34 {

mercurial