| 30 #include "conversation.h" |
30 #include "conversation.h" |
| 31 |
31 |
| 32 /* Functions in gtkdialogs.c (these should actually stay in this file) */ |
32 /* Functions in gtkdialogs.c (these should actually stay in this file) */ |
| 33 void pidgin_dialogs_destroy_all(void); |
33 void pidgin_dialogs_destroy_all(void); |
| 34 void pidgin_dialogs_about(GtkWindow *parent); |
34 void pidgin_dialogs_about(GtkWindow *parent); |
| 35 void pidgin_dialogs_im(); |
35 void pidgin_dialogs_im(void); |
| 36 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); |
36 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); |
| 37 void pidgin_dialogs_info(void); |
37 void pidgin_dialogs_info(void); |
| 38 void pidgin_dialogs_log(void); |
38 void pidgin_dialogs_log(void); |
| 39 |
39 |
| 40 /** |
40 /** |