mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r1900: fix function prototypes
metze
This commit is contained in:
parent
d721b122b5
commit
a60b528b34
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user