comparison plugins/raw.c @ 2824:2c39e70dd07c

[gaim-migrate @ 2837] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 01 Dec 2001 02:14:47 +0000
parents b46e8a80da4f
children cd938f18f3f8
comparison
equal deleted inserted replaced
2823:cd23279122ed 2824:2c39e70dd07c
3 #include "prpl.h" 3 #include "prpl.h"
4 #ifdef MAX 4 #ifdef MAX
5 #undef MAX 5 #undef MAX
6 #undef MIN 6 #undef MIN
7 #endif 7 #endif
8 #include "jabber/jabber.h" 8 #include "protocols/jabber/jabber.h"
9 9
10 static GtkWidget *window = NULL; 10 static GtkWidget *window = NULL;
11 static GtkWidget *optmenu = NULL; 11 static GtkWidget *optmenu = NULL;
12 static struct gaim_connection *gc = NULL; 12 static struct gaim_connection *gc = NULL;
13 static GModule *me = NULL; 13 static GModule *me = NULL;