svn commit: samba r1900 - branches/SAMBA_4_0/source/gtk/common

metze at samba.org metze at samba.org
Thu Aug 19 07:49:45 GMT 2004


Author: metze
Date: 2004-08-19 07:49:45 +0000 (Thu, 19 Aug 2004)
New Revision: 1900

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1900&nolog=1

Log:
fix function prototypes

metze

Modified:
   branches/SAMBA_4_0/source/gtk/common/gtk-smb.c
   branches/SAMBA_4_0/source/gtk/common/select.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/common/gtk-smb.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/common/gtk-smb.c	2004-08-19 03:11:17 UTC (rev 1899)
+++ branches/SAMBA_4_0/source/gtk/common/gtk-smb.c	2004-08-19 07:49:45 UTC (rev 1900)
@@ -239,7 +239,7 @@
 	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 @@
 	}
 }
 
-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 @@
 
   return samba_about_dialog;
 }
-

Modified: branches/SAMBA_4_0/source/gtk/common/select.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/common/select.c	2004-08-19 03:11:17 UTC (rev 1899)
+++ branches/SAMBA_4_0/source/gtk/common/select.c	2004-08-19 07:49:45 UTC (rev 1900)
@@ -101,7 +101,7 @@
 	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 @@
 	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;
 



More information about the samba-cvs mailing list