svn commit: samba r6319 - in branches/SAMBA_3_0/source/tests: .

herb at samba.org herb at samba.org
Tue Apr 12 21:56:34 GMT 2005


Author: herb
Date: 2005-04-12 21:56:34 +0000 (Tue, 12 Apr 2005)
New Revision: 6319

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6319

Log:
add prototype so -Wstrict-prototypes will not fail

Modified:
   branches/SAMBA_3_0/source/tests/sysquotas.c


Changeset:
Modified: branches/SAMBA_3_0/source/tests/sysquotas.c
===================================================================
--- branches/SAMBA_3_0/source/tests/sysquotas.c	2005-04-12 18:59:49 UTC (rev 6318)
+++ branches/SAMBA_3_0/source/tests/sysquotas.c	2005-04-12 21:56:34 UTC (rev 6319)
@@ -1,5 +1,7 @@
 /* this test should find out what quota api is available on the os */
 
+ int autoconf_quota(void);
+
 #if defined(HAVE_QUOTACTL_4A)
 /* long quotactl(int cmd, char *special, qid_t id, caddr_t addr) */
 



More information about the samba-cvs mailing list