comparison libpurple/protocols/qq/group_opt.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 08db93bbd798
children b9a0b1bd321b
comparison
equal deleted inserted replaced
18209:d3cd11e13557 18210:b8572b937c09
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25 #include "qq.h"
26
25 #include "debug.h" 27 #include "debug.h"
26 #include "notify.h" 28 #include "notify.h"
27 #include "request.h" 29 #include "request.h"
28 30
29 #include "buddy_info.h" 31 #include "buddy_info.h"
33 #include "group_info.h" 35 #include "group_info.h"
34 #include "group_join.h" 36 #include "group_join.h"
35 #include "group_network.h" 37 #include "group_network.h"
36 #include "group_opt.h" 38 #include "group_opt.h"
37 #include "packet_parse.h" 39 #include "packet_parse.h"
38 #include "qq.h"
39 #include "utils.h" 40 #include "utils.h"
40 41
41 /* TODO: can't we use qsort here? */ 42 /* TODO: can't we use qsort here? */
42 /* This implement quick sort algorithm (low->high) */ 43 /* This implement quick sort algorithm (low->high) */
43 static void _quick_sort(gint *numbers, gint left, gint right) 44 static void _quick_sort(gint *numbers, gint left, gint right)