comparison src/prpl.c @ 2237:08387976d367

[gaim-migrate @ 2247] don't need this anymore committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Sep 2001 10:54:54 +0000
parents 14e8978f86bb
children 63102b44541a
comparison
equal deleted inserted replaced
2236:287f64037caf 2237:08387976d367
24 #include <sys/stat.h> 24 #include <sys/stat.h>
25 #include <unistd.h> 25 #include <unistd.h>
26 26
27 #include "pixmaps/ok.xpm" 27 #include "pixmaps/ok.xpm"
28 #include "pixmaps/cancel.xpm" 28 #include "pixmaps/cancel.xpm"
29 #include "pixmaps/register.xpm"
30 29
31 GSList *protocols = NULL; 30 GSList *protocols = NULL;
32 31
33 GtkWidget *protomenu = NULL; 32 GtkWidget *protomenu = NULL;
34 33