r6319: add prototype so -Wstrict-prototypes will not fail
authorHerb Lewis <herb@samba.org>
Tue, 12 Apr 2005 21:56:34 +0000 (21:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:37 +0000 (10:56 -0500)
(This used to be commit b92e8b1c82ff3aa497b614a01ebbca4fbc9d00c4)

source3/tests/sysquotas.c

index 2aa643326c0622925a0c1a7fb8b250bdde405f91..48a34feb13e8703ba0e42a6d0a99ecd3670273f7 100644 (file)
@@ -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) */