1
0
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:
Stefan Metzmacher 2004-08-19 07:49:45 +00:00 committed by Gerald (Jerry) Carter
parent d721b122b5
commit a60b528b34
2 changed files with 4 additions and 5 deletions

View File

@ -239,7 +239,7 @@ static void gtk_rpc_binding_dialog_init (GtkRpcBindingDialog *gtk_rpc_binding_di
gtk_widget_grab_default (btn_connect); 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; 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 *samba_about_dialog;
GtkWidget *dialog_vbox1; GtkWidget *dialog_vbox1;
@ -358,4 +358,3 @@ GtkWidget* create_gtk_samba_about_dialog (char *appname)
return samba_about_dialog; return samba_about_dialog;
} }

View File

@ -101,7 +101,7 @@ struct policy_handle gtk_select_domain_dialog_get_handle(GtkSelectDomainDialog *
return h; return h;
} }
GType gtk_select_domain_dialog_get_type () GType gtk_select_domain_dialog_get_type (void)
{ {
static GType mytype = 0; 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); 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; static GType mytype = 0;