comparison pidgin/gtkdialogs.h @ 19889:91e7e0c144b9

Minor oversight
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 18 Aug 2007 00:00:05 +0000
parents 783fa7308f32
children 6a0d9fa477d4
comparison
equal deleted inserted replaced
19888:0f5d5fff0e76 19889:91e7e0c144b9
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 /**