diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/gtk/common/gtk-smb.c | 5 | ||||
-rw-r--r-- | source4/gtk/common/select.c | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/source4/gtk/common/gtk-smb.c b/source4/gtk/common/gtk-smb.c index 954f3f55be..7d15469c34 100644 --- a/source4/gtk/common/gtk-smb.c +++ b/source4/gtk/common/gtk-smb.c @@ -239,7 +239,7 @@ static void gtk_rpc_binding_dialog_init (GtkRpcBindingDialog *gtk_rpc_binding_di gtk_widget_grab_default (btn_connect); } -GType gtk_rpc_binding_dialog_get_type () +GType gtk_rpc_binding_dialog_get_type (void) { static GType mytype = 0; @@ -314,7 +314,7 @@ const char *gtk_rpc_binding_dialog_get_binding(GtkRpcBindingDialog *d, char *pip } } -GtkWidget* create_gtk_samba_about_dialog (char *appname) +GtkWidget *create_gtk_samba_about_dialog (char *appname) { GtkWidget *samba_about_dialog; GtkWidget *dialog_vbox1; @@ -358,4 +358,3 @@ GtkWidget* create_gtk_samba_about_dialog (char *appname) return samba_about_dialog; } - diff --git a/source4/gtk/common/select.c b/source4/gtk/common/select.c index fd8303241f..ad7b0ca1db 100644 --- a/source4/gtk/common/select.c +++ b/source4/gtk/common/select.c @@ -101,7 +101,7 @@ struct policy_handle gtk_select_domain_dialog_get_handle(GtkSelectDomainDialog * return h; } -GType gtk_select_domain_dialog_get_type () +GType gtk_select_domain_dialog_get_type (void) { static GType mytype = 0; @@ -246,7 +246,7 @@ void gtk_select_host_dialog_init (GtkSelectHostDialog *select_host_dialog) GTK_WIDGET_SET_FLAGS (okbutton2, GTK_CAN_DEFAULT); } -GType gtk_select_host_dialog_get_type () +GType gtk_select_host_dialog_get_type (void) { static GType mytype = 0; |