svn commit: samba r1465 - branches/SAMBA_4_0/source/gtk/tools

tridge at samba.org tridge at samba.org
Mon Jul 12 13:22:26 GMT 2004


Author: tridge
Date: 2004-07-12 13:22:26 +0000 (Mon, 12 Jul 2004)
New Revision: 1465

Modified:
   branches/SAMBA_4_0/source/gtk/tools/gwcrontab.c
   branches/SAMBA_4_0/source/gtk/tools/gwsam.c
Log:
always do a full C prototype, even if its only (void). 

this declaration:

int foo();

is *not* the same as this one:

int foo(void);

the first means "I don't know what arguments it takes". The second
means "it takes no arguments"


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


More information about the samba-cvs mailing list