# HG changeset patch # User Gabriel Schulhof # Date 1187395213 0 # Node ID ce7569c8aa0d8d10add40dab1d1130c49fd222b8 # Parent 91e7e0c144b9e3a0fb943b9bf3a174e2ee3a8cc7# Parent c5afab822ec79573756506427a60cb0e6b84a211 merge of '2e581033a2565fca7ce0dd0b8a5b84ecc919c830' and '56ff2dc43e1db5815085ae8d729ec119c0e908ff' diff -r c5afab822ec7 -r ce7569c8aa0d pidgin/gtkdialogs.h --- a/pidgin/gtkdialogs.h Fri Aug 17 23:58:20 2007 +0000 +++ b/pidgin/gtkdialogs.h Sat Aug 18 00:00:13 2007 +0000 @@ -32,7 +32,7 @@ /* Functions in gtkdialogs.c (these should actually stay in this file) */ void pidgin_dialogs_destroy_all(void); void pidgin_dialogs_about(GtkWindow *parent); -void pidgin_dialogs_im(); +void pidgin_dialogs_im(void); void pidgin_dialogs_im_with_user(PurpleAccount *, const char *); void pidgin_dialogs_info(void); void pidgin_dialogs_log(void);