comparison libpurple/protocols/jabber/auth.c @ 26460:680b54e417c1

Make the last one compile (add disco.h) and alphabetize.
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 20:59:15 +0000
parents f25410b0827c
children bc7fac8e2f79
comparison
equal deleted inserted replaced
26459:81b30f96250e 26460:680b54e417c1
28 #include "request.h" 28 #include "request.h"
29 #include "sslconn.h" 29 #include "sslconn.h"
30 #include "util.h" 30 #include "util.h"
31 #include "xmlnode.h" 31 #include "xmlnode.h"
32 32
33 #include "auth.h"
34 #include "disco.h"
35 #include "jabber.h"
33 #include "jutil.h" 36 #include "jutil.h"
34 #include "auth.h"
35 #include "jabber.h"
36 #include "iq.h" 37 #include "iq.h"
37 #include "notify.h" 38 #include "notify.h"
38 39
39 static void auth_old_result_cb(JabberStream *js, xmlnode *packet, 40 static void auth_old_result_cb(JabberStream *js, xmlnode *packet,
40 gpointer data); 41 gpointer data);