# HG changeset patch # User Gabriel Schulhof # Date 1187395205 0 # Node ID 91e7e0c144b9e3a0fb943b9bf3a174e2ee3a8cc7 # Parent 0f5d5fff0e76a1d0d527d4ed727ab6e912ff071c Minor oversight diff -r 0f5d5fff0e76 -r 91e7e0c144b9 pidgin/gtkdialogs.h --- a/pidgin/gtkdialogs.h Fri Aug 17 23:51:05 2007 +0000 +++ b/pidgin/gtkdialogs.h Sat Aug 18 00:00:05 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);