comparison src/prpl.c @ 3466:7a3f16a375a5

[gaim-migrate @ 3516] some patches from some people. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 01:47:15 +0000
parents 8fa61405af2b
children cfbdfe334975
comparison
equal deleted inserted replaced
3465:ec437d73b2ee 3466:7a3f16a375a5
34 GtkWidget *protomenu = NULL; 34 GtkWidget *protomenu = NULL;
35 35
36 struct _prompt { 36 struct _prompt {
37 GtkWidget *window; 37 GtkWidget *window;
38 GtkWidget *entry; 38 GtkWidget *entry;
39 void (*doit)(void *, char *); 39 void (*doit)(void *, const char *);
40 void (*dont)(void *); 40 void (*dont)(void *);
41 void *data; 41 void *data;
42 }; 42 };
43 43
44 struct prpl *find_prpl(int prot) 44 struct prpl *find_prpl(int prot)